Skip to content

Commit

Permalink
libxfcegui4: rebuild
Browse files Browse the repository at this point in the history
- fixed SRCURL
- no NLS
- no glade3 anymore
```
root:invidia:/scratch/local2/# ./contentdiff.pl /usr/share/bee/libxfcegui4-*/CONTENT /scratch/local/bee-root/libxfcegui4/libxfcegui4-4.10.0-3/image/
0 : /usr/share/bee/libxfcegui4-4.10.0-2.x86_64/CONTENT
1 : /scratch/local/bee-root/libxfcegui4/libxfcegui4-4.10.0-3/image/
 0 | 1 | t |  mode |  acc  | uid | gid | nln | file
 X | - | r |0100644|   0644|    0|    0|    1| /usr/lib/glade3/modules/libgladexfce4.a
 X | - | r |0100755|   0755|    0|    0|    1| /usr/lib/glade3/modules/libgladexfce4.so
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/catalogs/xfce4.xml
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/catalogs/xfce4.xml.in
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-app-menu-item.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-heading.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-movehandler.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-scaled-image.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-titled-dialog.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-app-menu-item.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-heading.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-movehandler.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-scaled-image.png
 X | - | r |0100644|   0644|    0|    0|    1| /usr/share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-titled-dialog.png
```
  • Loading branch information
wwwutz committed Oct 5, 2021
1 parent ac79c34 commit ae36a32
Showing 1 changed file with 11 additions and 55 deletions.
66 changes: 11 additions & 55 deletions libxfcegui4.be0
Original file line number Diff line number Diff line change
@@ -1,52 +1,27 @@
#!/usr/bin/env beesh

# BEE_VERSION libxfcegui4-4.10.0-2
# BEE_VERSION libxfcegui4-4.10.0-3

## 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]="http://archive.xfce.org/src/archive/libxfcegui4/${PKGVERSION[2]}/libxfcegui4-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
# SRCURL[0]="http://archive.xfce.org/src/archive/libxfcegui4/${PKGVERSION[2]}/libxfcegui4-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/4025b9d6811f051c914cdd700d437e61/libxfcegui4-4.10.0.tar.bz2"

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## directory.

# build_in_sourcedir

###############################################################################
## 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 "${@}"
sed 's/USE_NLS=yes/USE_NLS=no/' -i configure
}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-gladeui
}

#mee_build() {
# bee_build
Expand All @@ -55,22 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/archive/libxfcegui4/${PKGVERSION[2]}/libx
#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/
##

0 comments on commit ae36a32

Please sign in to comment.