Skip to content

Commit

Permalink
Merge pull request #1945 from mariux64/update-libXt-120
Browse files Browse the repository at this point in the history
libXt: update to 1.2.0
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents 048d1ab + a53b4f2 commit 2a3f16b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libXt-1.1.4-0.bee

This file was deleted.

32 changes: 32 additions & 0 deletions libXt.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION libXt-1.2.0-0

# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXt-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/a9019421d3ee8b4937b6afd9025f018a/libXt-1.2.0.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --with-appdefaultdir=${SYSCONFDIR}/X11/app-defaults
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 2a3f16b

Please sign in to comment.