diff --git a/geoclue-0.12.99-0.bee b/geoclue-0.12.99-0.bee deleted file mode 100755 index 5bab2b531..000000000 --- a/geoclue-0.12.99-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://freedesktop.org/~hadess/geoclue-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/libgdata-0.7.0-0.bee b/libgdata-0.7.0-0.bee deleted file mode 100755 index 178054f9f..000000000 --- a/libgdata-0.7.0-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/libgdata/0.7/libgdata-0.7.0.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/libgweather-3.0.0-1.bee b/libgweather-3.0.0-1.bee deleted file mode 100755 index 2291a5ae4..000000000 --- a/libgweather-3.0.0-1.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libgweather/${PKGVERSION[2]}/libgweather-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - -#SYSCONFDIR=/etc/gnome - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/libsoup.be0 b/libsoup.be0 index 1d2ad6dfb..655804a83 100755 --- a/libsoup.be0 +++ b/libsoup.be0 @@ -1,56 +1,31 @@ #!/usr/bin/env beesh -# BEE_VERSION libsoup-2.66.2-0 +# BEE_VERSION libsoup-2.74.1-0 -## 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://download.gnome.org/sources/libsoup/${PKGVERSION[2]}/libsoup-${PKGVERSION}.tar.xz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. +# SRCURL[0]="https://download.gnome.org/sources/libsoup/${PKGVERSION[2]}/libsoup-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/f693d78b2290707f4b3a10757c760c99/libsoup-2.74.1.tar.xz" # PATCHURL+=() -############################################################################### -## 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 "${@}" -#} +mee_patch() { + bee_patch "${@}" + echo "">po/LINGUAS +} mee_configure() { bee_configure \ - -Dvapi=true \ - -Dgssapi=false + -Dvapi=enabled \ + -Dgssapi=enabled \ + -Dgnome=false \ + --wrap-mode=nofallback } #mee_build() { @@ -60,22 +35,3 @@ mee_configure() { #mee_install() { # bee_install #} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0] is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/rest-0.7.12-0.bee b/rest-0.7.12-0.bee deleted file mode 100755 index 3981e8bba..000000000 --- a/rest-0.7.12-0.bee +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/rest/${PKGVERSION[2]}/rest-${PKGVERSION}.tar.xz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - bee_configure \ - --with-ca-certificates=/etc/ssl/certs -} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/totem-pl-parser-2.32.4-0.bee b/totem-pl-parser-2.32.4-0.bee deleted file mode 100755 index aa1210e59..000000000 --- a/totem-pl-parser-2.32.4-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-2.32.4.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -}