Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 99 lines (80 sloc) 5.17 KB
#!/usr/bin/env beesh
# BEE_VERSION gtk+-1.2.10-4
## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.
# SRCURL[0]="https://ftp.gtk.org/pub/gtk/v${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4d5cb2fc7fb7830e4af9747a36bfce20/gtk+-1.2.10.tar.gz"
###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
# PATCHURL+=()
PATCHURL+=("https://beehive.molgen.mpg.de/2879cddbc29222f60d0629abc05b0082/gtk+-1.2.10-ahiguti.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/1667fcc12527cfa7bccb37f83cede708/gtk+-1.2.8-wrap-alnum.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/1ea7c904c6d0967c93c3d57c0faf7018/gtk+-1.2.10-alignment.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/21ed27e61145d28e9ec757de87846639/gtk+-1.2.10-expose.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/9702a001fee2dbd7cf128e27d6bb0cae/gtk+-1.2.10-focus.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/a7e86b1ab51cf8cbef29e61f9600c30d/gtk+-1.2.10-encoding.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/eae25292172509a53c360391bfcf2068/gtk+-1.2.10-ctext.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/5a4cc64a49340394813aabb0c7760703/gtk+-1.2.10-utf8fontset.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/16086e1714d64a6fe9f6213b24cfe979/gtk+-1.2.10-kpenter.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/e31e2917fa9ad951e964f8b668bf652c/gtk+-1.2.10-themeswitch.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/025d24d8596a110c1a4165c5765c184f/gtk+-1.2.10-pixmapref.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/0a22949a21fb6cff2c06105ddd4e0061/gtk+-1.2.10-missingchar.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/2834f8796b4d7cc967ccaaf1b6a21f90/gtk+-1.2.10-ukfont.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/d55f12e511f01bf794792a491412a6cb/gtk+-1.2.10-deletedir.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/acc8b1ede321071c2e6789af7ae1906d/gtk+-1.2.10-fontwarning.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/2f40a7f4fc9f3475f41697d17180f529/gtk+-1.2.10-troughpaint.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/c5fe53148169b8c2be89cebb6cd7aa22/gtk+-1.2.10-localecrash.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/5659bbc0e7ad7d174c2c0c4b956d1e4d/gtk+-1.2.10-dndorder.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/3776fd75d791ea9d221e9f494255074e/gtk+-1.2.10-clistfocusrow.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/d3a4b97ae955d4aa3d5e1531ade146c0/gtk+-1.2.10-bellvolume.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/22ff31e93ec7c0c3646cd18dad5131c2/gtk+-1.2.10-libtool.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/f1305abac207a11ae7ca2f3373eb5cfe/gtk+-1.2.10-gtkgdkdep.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/2dd2cb18a9b2dc3f37915610bc6204c9/gtk+-underquoted.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/292c8e980a77d4b0c3599cfef3467749/gtk+-1.2.10-ppc64.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/5d98869bdccff12c27b164f6a7f94e6e/gtk+-1.2.10-no_undefined.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/1f7f37ac3933897b19a8e725117f556f/gtk+-1.2.10-multilib.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/f2b349da4bb0bd46e4c2365136b41d8a/gtk+-1.2.10-unused-deps.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/60c55d2eaf818618cd7259044e48e788/gtk+-1.2.10-autotools.patch.gz")
PATCHURL+=("https://beehive.molgen.mpg.de/5befe8fe29aa3729cc7278c80400ceba/gtk+-1.2.10-format.patch.gz")
###############################################################################
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.
# build_in_sourcedir
###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.
# sourcesubdir_append src
###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
bee_patch "${@}"
cp -p /usr/share/libtool/config/config.{guess,sub} .
}
export CFLAGS='-O2 -fPIC'
export CXXFLAGS='-O2 -fPIC'
#mee_configure() {
# bee_configure
#}
mee_build() {
bee_build LIBTOOL=/usr/bin/libtool
}
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
mee_install_post() {
patchelf --remove-rpath ${D}/usr/lib/libgtk-1.2.so.0.9.1
}