Skip to content

Commit

Permalink
Merge pull request #2470 from mariux64/update-soup-remove-unused
Browse files Browse the repository at this point in the history
gnomesoup & friends: remove old unused packages
  • Loading branch information
wwwutz authored Nov 9, 2021
2 parents 0e9d9ea + 8e286ea commit def30fc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 222 deletions.
37 changes: 0 additions & 37 deletions geoclue-0.12.99-0.bee

This file was deleted.

30 changes: 0 additions & 30 deletions libgdata-0.7.0-0.bee

This file was deleted.

31 changes: 0 additions & 31 deletions libgweather-3.0.0-1.bee

This file was deleted.

66 changes: 11 additions & 55 deletions libsoup.be0
Original file line number Diff line number Diff line change
@@ -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() {
Expand All @@ -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/
##
38 changes: 0 additions & 38 deletions rest-0.7.12-0.bee

This file was deleted.

31 changes: 0 additions & 31 deletions totem-pl-parser-2.32.4-0.bee

This file was deleted.

0 comments on commit def30fc

Please sign in to comment.