diff --git a/exo.be0 b/exo.be0 index 4d6bb8c64..506255c70 100755 --- a/exo.be0 +++ b/exo.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION exo-0.12.8-0 +# BEE_VERSION exo-4.16.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSION}.tar.bz2" -#PATCHURL+=(/src/mariux/patches/0001-Use-freedesktop.org-mail-icon-name-compliant-Bug-137.patch) - # EXCLUDE+=() # build_in_sourcedir diff --git a/garcon.be0 b/garcon.be0 index 8f5dff898..48d466e34 100755 --- a/garcon.be0 +++ b/garcon.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION garcon-0.6.4-0 +# BEE_VERSION garcon-4.16.1-0 SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKGVERSION}.tar.bz2" diff --git a/libXres-1.0.7-0.bee b/libXres-1.0.7-0.bee deleted file mode 100755 index 3aed8967f..000000000 --- a/libXres-1.0.7-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/usr/bin/env beesh - -## 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://xorg.freedesktop.org/releases/individual/lib/libXres-${PKGVERSION}.tar.bz2" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# 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 - -############################################################################### -## 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_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#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/libXres.be0 b/libXres.be0 new file mode 100755 index 000000000..ffad68fc7 --- /dev/null +++ b/libXres.be0 @@ -0,0 +1,32 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libXres-1.2.0-0 + +SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXres-${PKGVERSION}.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + diff --git a/libxfce4ui.be0 b/libxfce4ui.be0 index 0e1ac3931..508093de5 100755 --- a/libxfce4ui.be0 +++ b/libxfce4ui.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4ui-4.14.1-0 +# BEE_VERSION libxfce4ui-4.16.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4ui-${PKGVERSION}.tar.bz2" diff --git a/libxfce4util.be0 b/libxfce4util.be0 index d57771d0e..ea94f4892 100755 --- a/libxfce4util.be0 +++ b/libxfce4util.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4util-4.14.0-0 +# BEE_VERSION libxfce4util-4.16.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4util/${PKGVERSION[2]}/libxfce4util-${PKGVERSION}.tar.bz2" diff --git a/tumbler.be0 b/tumbler.be0 index f16591d8e..8e70a5b91 100755 --- a/tumbler.be0 +++ b/tumbler.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tumbler-0.2.7-0 +# BEE_VERSION tumbler-4.16.0-0 SRCURL[0]="https://archive.xfce.org/src/xfce/tumbler/${PKGVERSION[2]}/tumbler-${PKGVERSION}.tar.bz2" diff --git a/xfce4-appfinder.be0 b/xfce4-appfinder.be0 index e7d17b72c..43f2cc02b 100755 --- a/xfce4-appfinder.be0 +++ b/xfce4-appfinder.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-appfinder-4.14.0-0 +# BEE_VERSION xfce4-appfinder-4.16.1-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfce4-appfinder-${PKGVERSION}.tar.bz2" diff --git a/xfce4-cpugraph-plugin.be0 b/xfce4-cpugraph-plugin.be0 index ff63fd11b..4a541e51a 100755 --- a/xfce4-cpugraph-plugin.be0 +++ b/xfce4-cpugraph-plugin.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-cpugraph-plugin-1.0.5-2 +# BEE_VERSION xfce4-cpugraph-plugin-1.2.0-0 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${PKGVERSION}.tar.bz2" diff --git a/xfce4-dev-tools.be0 b/xfce4-dev-tools.be0 index 53907d215..7920d26fb 100755 --- a/xfce4-dev-tools.be0 +++ b/xfce4-dev-tools.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-dev-tools-4.14.0-0 +# BEE_VERSION xfce4-dev-tools-4.16.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfce4-dev-tools-${PKGVERSION}.tar.bz2" diff --git a/xfce4-mailwatch-plugin.be0 b/xfce4-mailwatch-plugin.be0 index 0ba09823f..44f31f895 100755 --- a/xfce4-mailwatch-plugin.be0 +++ b/xfce4-mailwatch-plugin.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-mailwatch-plugin-1.2.0-0 +# BEE_VERSION xfce4-mailwatch-plugin-1.3.0-0 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${PKGVERSION[2]}/xfce4-mailwatch-plugin-${PKGVERSION}.tar.bz2" diff --git a/xfce4-panel.be0 b/xfce4-panel.be0 index 54d556b7b..138fddf42 100755 --- a/xfce4-panel.be0 +++ b/xfce4-panel.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-panel-4.14.4-0 +# BEE_VERSION xfce4-panel-4.16.1-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" -PATCHURL+=(/src/mariux/patches/0002-migrate-default.xml.in-Add-pulseaudio-plugin.patch) - # EXCLUDE+=() # build_in_sourcedir diff --git a/xfce4-session.be0 b/xfce4-session.be0 index 69b97d24a..34fa23c9d 100755 --- a/xfce4-session.be0 +++ b/xfce4-session.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-session-4.14.2-0 +# BEE_VERSION xfce4-session-4.16.0-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION[2]}/xfce4-session-${PKGVERSION}.tar.bz2" diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index ad4a04491..4747f13c7 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,9 +1,8 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.14.3-1 +# BEE_VERSION xfce4-settings-4.16.0-0 -# SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/fe8f7d4221be1467b85c8539344c3f07/xfce4-settings-4.14.3.tar.bz2" +SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" # EXCLUDE+=() diff --git a/xfconf.be0 b/xfconf.be0 index 7d0c2ee45..5a87e4a94 100755 --- a/xfconf.be0 +++ b/xfconf.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfconf-4.14.1-0 +# BEE_VERSION xfconf-4.16.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfconf/${PKGVERSION[2]}/xfconf-${PKGVERSION}.tar.bz2" diff --git a/xfdesktop.be0 b/xfdesktop.be0 index 44a98ba84..7b2be103f 100755 --- a/xfdesktop.be0 +++ b/xfdesktop.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfdesktop-4.14.2-0 +# BEE_VERSION xfdesktop-4.16.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfdesktop/${PKGVERSION[2]}/xfdesktop-${PKGVERSION}.tar.bz2" diff --git a/xfwm4.be0 b/xfwm4.be0 index 9dc21359c..ceb73f04b 100755 --- a/xfwm4.be0 +++ b/xfwm4.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfwm4-4.14.0-0 +# BEE_VERSION xfwm4-4.16.1-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVERSION}.tar.bz2"