diff --git a/exo.be0 b/exo.be0 index eec6beb9f..133db51cc 100755 --- a/exo.be0 +++ b/exo.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION exo-4.18.0-0 +# BEE_VERSION exo-4.20.0-0 #SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/9d0be4e885eaf991e12dbc14d3fc628d/exo-4.18.0.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/f059ec3d8686d4b322c42d19ebec0366/exo-4.20.0.tar.bz2" # build_in_sourcedir diff --git a/garcon.be0 b/garcon.be0 index b63d71cc1..a6896cebe 100755 --- a/garcon.be0 +++ b/garcon.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION garcon-4.18.2-0 +# BEE_VERSION garcon-4.20.0-0 #SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/153813ff2736f44fa7b6fa96068538d0/garcon-4.18.2.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/fe17e9cb15a62013e0086183a446e89e/garcon-4.20.0.tar.bz2" # PATCHURL+=() diff --git a/gdk-pixbuf.be0 b/gdk-pixbuf.be0 index 7ae4384ac..8b3c10d24 100755 --- a/gdk-pixbuf.be0 +++ b/gdk-pixbuf.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION gdk-pixbuf-2.42.6-0 +# BEE_VERSION gdk-pixbuf-2.42.9-0 #SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKGVERSION[2]}/gdk-pixbuf-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/7cd2fdaa3c55e2302316fe36968f7425/gdk-pixbuf-2.42.6.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/051599a83f0ae30ee9daeecfdafc765e/gdk-pixbuf-2.42.9.tar.xz" #mee_extract() { # bee_extract ${@} diff --git a/gtk-layer-shell.be0 b/gtk-layer-shell.be0 new file mode 100755 index 000000000..f06c4c034 --- /dev/null +++ b/gtk-layer-shell.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION gtk-layer-shell-0.10.1-0 + +SRCURL[0]="https://beehive.molgen.mpg.de/b1d75bf44d17b2bc2d88af7bcfbf99c8/gtk-layer-shell-0.10.1.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --buildtype=release \ + -Dexamples=false \ + -Dtests=false +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/hwdata.be0 b/hwdata.be0 new file mode 100755 index 000000000..6fa3a5a2d --- /dev/null +++ b/hwdata.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION hwdata-0.408-0 + +#SRCURL[0]="https://github.com/vcrhonek/hwdata/archive/v${PKGVERSION}/hwdata-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/4101c2cfdc29c8c105d376158ede477f/hwdata-0.408.tar.gz" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + ${S}/configure \ + --disable-blacklist +} + +mee_build() { + echo "nothing to do" +} + +mee_install() { + bee_install + # remove conflict with pciutils + start_cmd rm ${D}/${DATAROOTDIR}/hwdata/pci.ids +} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/libdisplay-info.be0 b/libdisplay-info.be0 new file mode 100755 index 000000000..8de008807 --- /dev/null +++ b/libdisplay-info.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libdisplay-info-0.3.0-0 + +SRCURL[0]="https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/${PKGVERSION}/libdisplay-info-${PKGVERSION}.tar.bz2" + +PATCHURL+=("https://beehive.molgen.mpg.de/df7cd94269db624f8c2099c140f9278d/disable-hwdata.patch") + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --buildtype=release \ + -Dv4l-utils:doxygen-doc=disable +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/libical-0.43-0.bee b/libical-0.43-0.bee deleted file mode 100755 index bd0e48db2..000000000 --- a/libical-0.43-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/freeassociation/libical-0.43.tar.gz" - -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/libical.be0 b/libical.be0 new file mode 100755 index 000000000..3c0c91398 --- /dev/null +++ b/libical.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libical-3.0.20-0 + +#SRCURL[0]="https://github.com/libical/libical/releases/download/v${PKGVERSION}/libical-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/539a8a293d344e7aa8ccf3740494a46d/libical-3.0.20.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + -DCMAKE_BUILD_TYPE=Release \ + -DICAL_BUILD_DOCS=false \ + -DSHARED_ONLY=yes +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/libnotify.be0 b/libnotify.be0 index 4c506e568..4fca6b9d8 100755 --- a/libnotify.be0 +++ b/libnotify.be0 @@ -1,50 +1,19 @@ #!/usr/bin/env beesh -# BEE_VERSION libnotify-0.7.7-0 +# BEE_VERSION libnotify-0.8.8-1 -## 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.gnome.org/pub/gnome/sources/libnotify/${PKGVERSION[2]}/libnotify-${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://ftp.gnome.org/pub/gnome/sources/libnotify/${PKGVERSION[2]}/libnotify-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/35bef24dc1e9a336394556d09345e078/libnotify-0.8.8.tar.xz" # 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 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 "${@}" #} @@ -55,7 +24,8 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/libnotify/${PKGVERSION[2]}/li mee_configure() { bee_configure \ - --disable-static + --buildtype=release \ + -D gtk_doc=false } #mee_build() { @@ -67,20 +37,3 @@ mee_configure() { #} ## 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/libxfce4ui.be0 b/libxfce4ui.be0 index f7d66a7d8..4ee36b147 100755 --- a/libxfce4ui.be0 +++ b/libxfce4ui.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4ui-4.18.6-0 +# BEE_VERSION libxfce4ui-4.20.2-0 #SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4ui-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/5da8e2ce2a154c9b3557e9b317c28ddb/libxfce4ui-4.18.6.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/ce54074a9ed7964b4a3274e8ac74d949/libxfce4ui-4.20.2.tar.bz2" # PATCHURL+=() diff --git a/libxfce4util.be0 b/libxfce4util.be0 index 383336970..a35c25fe1 100755 --- a/libxfce4util.be0 +++ b/libxfce4util.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4util-4.18.2-0 +# BEE_VERSION libxfce4util-4.20.0-0 #SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4util/${PKGVERSION[2]}/libxfce4util-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/9089e8974a581c5f39f610f2727c38ba/libxfce4util-4.18.2.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/810b370eb55fcd4635abfe55b047b38e/libxfce4util-4.20.0.tar.bz2" # PATCHURL+=() diff --git a/libxfce4windowing-4.20.0-0.bee b/libxfce4windowing-4.20.0-0.bee new file mode 100755 index 000000000..497449365 --- /dev/null +++ b/libxfce4windowing-4.20.0-0.bee @@ -0,0 +1,75 @@ +#!/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]="https://archive.xfce.org/src/xfce/libxfce4windowing/${PKGVERSION[2]}/libxfce4windowing-${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+=() + +############################################################################### +## 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_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' +## diff --git a/libxfce4windowing.be0 b/libxfce4windowing.be0 new file mode 100755 index 000000000..ecf45c064 --- /dev/null +++ b/libxfce4windowing.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libxfce4windowing-4.20.6-2 + +#SRCURL[0]="https://archive.xfce.org/src/xfce/libxfce4windowing/${PKGVERSION[2]}/libxfce4windowing-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/ce85b88e82157570fb65f5a8352ae813/libxfce4windowing-4.20.6.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --enable-x11 \ + --enable-wayland +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/orage.be0 b/orage.be0 index 57de8a8e3..4422389e7 100755 --- a/orage.be0 +++ b/orage.be0 @@ -1,16 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION orage-4.12.1.358-1 +# BEE_VERSION orage-4.20.3-0 -# more info: https://foo.bar.com - -# bee download git://git.xfce.org/apps/orage - -SRCURL[0]="https://beehive.molgen.mpg.de/46eb480b9c3a4d11e397ddaa75d3d251/orage-4.12.1_p358_c60567fe.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/apps/orage/${PKGVERSION[2]}/orage-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/bf7dd089bf20f0d060f9a6f6fa759c49/orage-4.20.3.tar.bz2" # PATCHURL+=() -build_in_sourcedir +# build_in_sourcedir + +# sourcesubdir_append src #mee_extract() { # bee_extract "${@}" @@ -20,9 +19,10 @@ build_in_sourcedir # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-nls +} #mee_build() { # bee_build diff --git a/scripts/update-xfce4.sh b/scripts/update-xfce4.sh new file mode 100755 index 000000000..647480a59 --- /dev/null +++ b/scripts/update-xfce4.sh @@ -0,0 +1,51 @@ +#!/usr/bin/bash -e + +XFCE_DESKTOP=( + 'exo-4.20.0-0' + 'garcon-4.20.0-0' + 'libxfce4ui-4.20.2-0' + 'libxfce4util-4.20.0-0' + 'gtk-layer-shell-0.10.1-0' + 'gdk-pixbuf-2.42.9-0' + 'xfce4-dev-tools-4.20.0-0' + 'hwdata-0.408-0' + 'libdisplay-info-0.3.0-0' + 'libxfce4windowing-4.20.6-2' + 'tumbler-4.20.1-1' + 'xfce4-appfinder-4.20.0-1' + 'xfce4-panel-4.20.7-1' + 'libnotify-0.8.8-1' + 'xfce4-power-manager-4.20.0-1' + 'xfce4-session-4.20.4-1' + 'xfconf-4.20.0-1' + 'xfce4-settings-4.20.4-1' + 'xfdesktop-4.20.2-3' + 'xfwm4-4.20.0-1' +) + +XFCE_PLUGIN=( + xfce4-notifyd-0.9.7-0 + xfce4-cpugraph-plugin-1.3.0-0 + xfce4-mailwatch-plugin-1.4.0-0 + xfce4-pulseaudio-plugin-0.5.1-0 + xfce4-timer-plugin-1.8.0-0 + xfce4-weather-plugin-0.12.0-0 + xfce4-whiskermenu-plugin-2.9.2-0 + xfce4-xkb-plugin-0.9.0-0 + xfce4-screenshooter-1.11.3-1 + libical-3.0.20-0 + orage-4.20.3-0 + xfce4-taskmanager-1.6.0-0 + xfce4-terminal-1.1.5-0 + xscreensaver-6.15-0.x86_64 +) + +for i in ${XFCE_DESKTOP[*]};do + echo "####### $i #######" + bee update $i +done + +for i in ${XFCE_PLUGIN[*]};do + echo "####### $i #######" + bee update $i +done diff --git a/tumbler.be0 b/tumbler.be0 index 683717a14..ceb6cf155 100755 --- a/tumbler.be0 +++ b/tumbler.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION tumbler-4.18.2-0 +# BEE_VERSION tumbler-4.20.1-1 #SRCURL[0]="https://archive.xfce.org/src/xfce/tumbler/${PKGVERSION[2]}/tumbler-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/576ff73eb77530b001e36d565544a7f6/tumbler-4.18.2.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/7d315af732b1232d663b03149d7c82a4/tumbler-4.20.1.tar.bz2" # PATCHURL+=() diff --git a/xfce4-appfinder.be0 b/xfce4-appfinder.be0 index 76f8a6b26..923046ebe 100755 --- a/xfce4-appfinder.be0 +++ b/xfce4-appfinder.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-appfinder-4.18.1-0 +# BEE_VERSION xfce4-appfinder-4.20.0-1 #SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfce4-appfinder-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/621d811f93b3edaac4a0205bc18ef5c5/xfce4-appfinder-4.18.1.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/e60f6c2521a985c6cfe09057d4fb2d69/xfce4-appfinder-4.20.0.tar.bz2" # PATCHURL+=() diff --git a/xfce4-cpugraph-plugin.be0 b/xfce4-cpugraph-plugin.be0 index 6ab60b2c3..10721f9ac 100755 --- a/xfce4-cpugraph-plugin.be0 +++ b/xfce4-cpugraph-plugin.be0 @@ -1,27 +1,27 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-cpugraph-plugin-1.2.5-0 +# BEE_VERSION xfce4-cpugraph-plugin-1.3.0-0 -#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/7f01bfb7c3577899371fd2cbf432170b/xfce4-cpugraph-plugin-1.2.5.tar.bz2" +#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/08594597c251da43fae297b325626001/xfce4-cpugraph-plugin-1.3.0.tar.xz" # PATCHURL+=() -# build_in_sourcedir +build_in_sourcedir #mee_extract() { # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in -} - -#mee_configure() { -# bee_configure +#mee_patch() { +# bee_patch "${@}" #} +mee_configure() { + bee_configure \ + --disable-nls +} + #mee_build() { # bee_build #} diff --git a/xfce4-dev-tools.be0 b/xfce4-dev-tools.be0 index 3175a812a..535b2ba98 100755 --- a/xfce4-dev-tools.be0 +++ b/xfce4-dev-tools.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-dev-tools-4.18.0-0 +# BEE_VERSION xfce4-dev-tools-4.20.0-0 #SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfce4-dev-tools-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/24ea05b8f77365f17c9d63263816ec11/xfce4-dev-tools-4.18.0.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/bea58046e67b4274c022fcff893fa350/xfce4-dev-tools-4.20.0.tar.bz2" # PATCHURL+=() diff --git a/xfce4-mailwatch-plugin.be0 b/xfce4-mailwatch-plugin.be0 index 44f31f895..778b96709 100755 --- a/xfce4-mailwatch-plugin.be0 +++ b/xfce4-mailwatch-plugin.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-mailwatch-plugin-1.3.0-0 +# BEE_VERSION xfce4-mailwatch-plugin-1.4.0-0 -SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${PKGVERSION[2]}/xfce4-mailwatch-plugin-${PKGVERSION}.tar.bz2" +#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${PKGVERSION[2]}/xfce4-mailwatch-plugin-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/19f852317c31bb99ee41b36c9432d4e0/xfce4-mailwatch-plugin-1.4.0.tar.xz" # BEE_CONFIGURE=compat @@ -10,7 +11,7 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${PK # EXCLUDE=() -# build_in_sourcedir +build_in_sourcedir #mee_extract() { # bee_extract "${@}" @@ -20,9 +21,10 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${PK # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-nls +} #mee_build() { # bee_build diff --git a/xfce4-notifyd.be0 b/xfce4-notifyd.be0 index 1baa14007..87cbf57dc 100755 --- a/xfce4-notifyd.be0 +++ b/xfce4-notifyd.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-notifyd-0.6.2-1 +# BEE_VERSION xfce4-notifyd-0.9.7-0 -# SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-notifyd/${PKGVERSION[2]}/xfce4-notifyd-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/7e4c7f8d922abc74b0a2e33fb123986a/xfce4-notifyd-0.6.2.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-notifyd/${PKGVERSION[2]}/xfce4-notifyd-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/d5bfe1fd8e8da9d64367a1f520d88633/xfce4-notifyd-0.9.7.tar.bz2" # PATCHURL+=() diff --git a/xfce4-panel.be0 b/xfce4-panel.be0 index 847749015..83ae5d08b 100755 --- a/xfce4-panel.be0 +++ b/xfce4-panel.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-panel-4.18.6-0 +# BEE_VERSION xfce4-panel-4.20.7-1 #SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/caddd05c820f0fbae9d2acc5218fc7ed/xfce4-panel-4.18.6.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/b24103b17c0acb902ad32137e40e5198/xfce4-panel-4.20.7.tar.bz2" # build_in_sourcedir diff --git a/xfce4-power-manager.be0 b/xfce4-power-manager.be0 new file mode 100755 index 000000000..af6b204c6 --- /dev/null +++ b/xfce4-power-manager.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xfce4-power-manager-4.20.0-1 + +#SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-power-manager/${PKGVERSION[2]}/xfce4-power-manager-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/a9e27be5dafea884fb9fbbb918062963/xfce4-power-manager-4.20.0.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#bee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/xfce4-pulseaudio-plugin.be0 b/xfce4-pulseaudio-plugin.be0 index fe269e677..86818b5f4 100755 --- a/xfce4-pulseaudio-plugin.be0 +++ b/xfce4-pulseaudio-plugin.be0 @@ -1,13 +1,13 @@ #!/usr/bin/env beesh -#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-2 +#BEE_VERSION xfce4-pulseaudio-plugin-0.5.1-0 -#SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/7df7280c19c2c8b8c5bc4f4f2136d1dd/xfce4-pulseaudio-plugin-0.4.1.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/186a097794ced3612713c2098ec0b51c/xfce4-pulseaudio-plugin-0.5.1.tar.xz" # PATCHURL+=() -# build_in_sourcedir +build_in_sourcedir # sourcesubdir_append src @@ -15,15 +15,15 @@ SRCURL[0]="https://beehive.molgen.mpg.de/7df7280c19c2c8b8c5bc4f4f2136d1dd/xfce4- # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in -} - -#mee_configure() { -# bee_configure +#mee_patch() { +# bee_patch "${@}" #} +mee_configure() { + bee_configure \ + --disable-nls +} + #mee_build() { # bee_build #} diff --git a/xfce4-screenshooter.be0 b/xfce4-screenshooter.be0 index 84a85f94c..7b0e0a5a1 100755 --- a/xfce4-screenshooter.be0 +++ b/xfce4-screenshooter.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-screenshooter-1.9.9-1 +# BEE_VERSION xfce4-screenshooter-1.11.3-1 -# SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/33fdd71a8f403eb5a03c7172214c05f2/xfce4-screenshooter-1.9.9.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/d829770b8d7fe9d909fed2ca7776578e/xfce4-screenshooter-1.11.3.tar.xz" -PATCHURL+=("https://beehive.molgen.mpg.de/16994df42f0561b3b252aa486f932078/xfce4-screenshooter-disable-umgur-default.patch") +#PATCHURL+=() # build_in_sourcedir @@ -15,10 +15,9 @@ PATCHURL+=("https://beehive.molgen.mpg.de/16994df42f0561b3b252aa486f932078/xfce4 # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in -} +#mee_patch() { +# bee_patch "${@}" +#} #mee_configure() { # bee_configure diff --git a/xfce4-session.be0 b/xfce4-session.be0 index ce5bebcc0..1354403d3 100755 --- a/xfce4-session.be0 +++ b/xfce4-session.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-session-4.18.4-0 +# BEE_VERSION xfce4-session-4.20.4-1 #SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION[2]}/xfce4-session-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/620c369a44c6b866c80d31e4685d6bef/xfce4-session-4.18.4.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/048a3f838449dd75d358779b528b0a63/xfce4-session-4.20.4.tar.bz2" # EXCLUDE+=() @@ -17,9 +17,9 @@ SRCURL[0]="https://beehive.molgen.mpg.de/620c369a44c6b866c80d31e4685d6bef/xfce4- # bee_patch "${@}" #} -mee_configure() { - bee_configure -} +#mee_configure() { +# bee_configure +#} #mee_build() { # bee_build diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index 0495ec5da..6da479ce0 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.18.6-0 +# BEE_VERSION xfce4-settings-4.20.4-1 #SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/37a5f463b2b81ac74a09edbda8ed4fb0/xfce4-settings-4.18.6.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/20d13ec8bfdca1824b92a68eb5d1319c/xfce4-settings-4.20.4.tar.bz2" # EXCLUDE+=() diff --git a/xfce4-taskmanager.be0 b/xfce4-taskmanager.be0 index e4fcaa38a..2ed7617e1 100755 --- a/xfce4-taskmanager.be0 +++ b/xfce4-taskmanager.be0 @@ -1,14 +1,13 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-taskmanager-1.2.2-0 +# BEE_VERSION xfce4-taskmanager-1.6.0-0 -# more info: https://foo.bar.com - -SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-taskmanager/${PKGVERSION[2]}/xfce4-taskmanager-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-taskmanager/${PKGVERSION[2]}/xfce4-taskmanager-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/56788370ba93291a3f391aa58ba13a7e/xfce4-taskmanager-1.6.0.tar.xz" # PATCHURL+=() -# build_in_sourcedir +build_in_sourcedir # sourcesubdir_append src @@ -20,9 +19,10 @@ SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-taskmanager/${PKGVERSION[2]}/ # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-nls +} #mee_build() { # bee_build diff --git a/xfce4-terminal.be0 b/xfce4-terminal.be0 index 52dd4a3f5..85bef61fc 100755 --- a/xfce4-terminal.be0 +++ b/xfce4-terminal.be0 @@ -1,15 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-terminal-0.9.0-0 +# BEE_VERSION xfce4-terminal-1.1.5-0 -#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/d7d4fc1157a20dfc35b1ee3097ae4ccb/xfce4-terminal-0.9.0.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/d779b64ead82330b6bbc7d500f542490/xfce4-terminal-1.1.5.tar.xz" -PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.patch") +PATCHURL+=("https://beehive.molgen.mpg.de/8d9408ec1b4244ffa3215d588dd45dca/xfce4-terminal-1.2-paste-warning-default-false.patch") # EXCLUDE+=() -# build_in_sourcedir +build_in_sourcedir # sourcesubdir_append src @@ -17,15 +17,16 @@ PATCHURL+=("/src/mariux/patches/xfce4-terminal-0.8-paste-warning-default-false.p # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in -} - -#mee_configure() { -# bee_configure +#mee_patch() { +# bee_patch "${@}" +# echo "" > ${S}/po/LINGUAS #} +mee_configure() { + bee_configure \ + --disable-nls +} + #mee_build() { # bee_build #} diff --git a/xfce4-timer-plugin.be0 b/xfce4-timer-plugin.be0 index 935cc1cd6..7fddb6eb0 100755 --- a/xfce4-timer-plugin.be0 +++ b/xfce4-timer-plugin.be0 @@ -1,15 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-timer-plugin-1.7.0-1 +# BEE_VERSION xfce4-timer-plugin-1.8.0-0 -#SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/${PKGVERSION[2]}/xfce4-timer-plugin-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/32e6a14e80bf9a93db2f2b3bfd7de920/xfce4-timer-plugin-1.7.0.tar.bz2" +#SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/${PKGVERSION[2]}/xfce4-timer-plugin-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/c7256a024f279590fe0fc05adb52eef0/xfce4-timer-plugin-1.8.0.tar.xz" # PATCHURL+=() # EXCLUDE+=() -# build_in_sourcedir +build_in_sourcedir # sourcesubdir_append src @@ -18,15 +18,15 @@ SRCURL[0]="https://beehive.molgen.mpg.de/32e6a14e80bf9a93db2f2b3bfd7de920/xfce4- # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in -} - -#mee_configure() { -# bee_configure +#mee_patch() { +# bee_patch "${@}" #} +mee_configure() { + bee_configure \ + --disable-nls +} + #mee_build() { # bee_build #} diff --git a/xfce4-weather-plugin.be0 b/xfce4-weather-plugin.be0 index f79187920..4c0138586 100755 --- a/xfce4-weather-plugin.be0 +++ b/xfce4-weather-plugin.be0 @@ -1,15 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-weather-plugin-0.10.1-1 +# BEE_VERSION xfce4-weather-plugin-0.12.0-0 -#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGVERSION[2]}/xfce4-weather-plugin-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/203ad16e74d4823f6fb6e9a18bb7df55/xfce4-weather-plugin-0.10.1.tar.bz2" +#SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGVERSION[2]}/xfce4-weather-plugin-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/b08980a84183911feced5fe80f79627b/xfce4-weather-plugin-0.12.0.tar.xz" # PATCHURL+=() # EXCLUDE+=() -# build_in_sourcedir +build_in_sourcedir #mee_extract() { @@ -20,9 +20,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/203ad16e74d4823f6fb6e9a18bb7df55/xfce4- # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-nls +} #mee_build() { # bee_build diff --git a/xfce4-whiskermenu-plugin.be0 b/xfce4-whiskermenu-plugin.be0 index 61f9ff94f..b780939cd 100755 --- a/xfce4-whiskermenu-plugin.be0 +++ b/xfce4-whiskermenu-plugin.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-whiskermenu-plugin-2.8.3-0 +# BEE_VERSION xfce4-whiskermenu-plugin-2.9.2-0 #SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${PKGVERSION[2]}/xfce4-whiskermenu-plugin-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/fe60c0c93f72d1533f6fc972d3a80c99/xfce4-whiskermenu-plugin-2.8.3.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/fb24725efebb68bd10b9d097b39d8ac3/xfce4-whiskermenu-plugin-2.9.2.tar.bz2" # PATCHURL+=() diff --git a/xfce4-xkb-plugin.be0 b/xfce4-xkb-plugin.be0 index dd2bdf323..369ad6622 100755 --- a/xfce4-xkb-plugin.be0 +++ b/xfce4-xkb-plugin.be0 @@ -1,25 +1,26 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-xkb-plugin-0.8.2-1 +# BEE_VERSION xfce4-xkb-plugin-0.9.0-0 -# SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/8e10f98a44082a2df6a997caab9a0b21/xfce4-xkb-plugin-0.8.2.tar.bz2" +SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://beehive.molgen.mpg.de/8e10f98a44082a2df6a997caab9a0b21/xfce4-xkb-plugin-0.8.2.tar.bz2" # PATCHURL+=() -# build_in_sourcedir +build_in_sourcedir #mee_extract() { # bee_extract "${@}" #} -mee_patch() { - bee_patch "${@}" - sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in -} +#mee_patch() { +# bee_patch "${@}" +#} mee_configure() { - bee_configure --disable-debug + bee_configure \ + --disable-debug \ + --disable-nls } #mee_build() { diff --git a/xfconf.be0 b/xfconf.be0 index bda384c70..64e5b91ac 100755 --- a/xfconf.be0 +++ b/xfconf.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfconf-4.18.3-0 +# BEE_VERSION xfconf-4.20.0-1 #SRCURL[0]="http://archive.xfce.org/src/xfce/xfconf/${PKGVERSION[2]}/xfconf-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/f807ed0a1b88af479ec70b28c1f78dcc/xfconf-4.18.3.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/ca596ff0a9be7fa655bb09cb05458644/xfconf-4.20.0.tar.bz2" # PATCHURL+=() diff --git a/xfdesktop.be0 b/xfdesktop.be0 index 501cc6c66..1af1ca5f4 100755 --- a/xfdesktop.be0 +++ b/xfdesktop.be0 @@ -1,11 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfdesktop-4.18.1-1 +# BEE_VERSION xfdesktop-4.20.2-3 #SRCURL[0]="http://archive.xfce.org/src/xfce/xfdesktop/${PKGVERSION[2]}/xfdesktop-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/e675c2989436dc724fef402d1db0125d/xfdesktop-4.18.1.tar.bz2" - -PATCHURL+=("https://beehive.molgen.mpg.de/c4794555785580760f3138bbfd96dbbb/0001-Fix-criticals-in-g_file_info_get_name-with-trashed-f.patch") +SRCURL[0]="https://beehive.molgen.mpg.de/8789870145b82f5ba4f35c8a6522db2e/xfdesktop-4.20.2.tar.bz2" # EXCLUDE+=() @@ -20,9 +18,11 @@ mee_patch() { sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in } -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --enable-X11 \ + --enable-wayland +} #mee_build() { # bee_build diff --git a/xfwm4.be0 b/xfwm4.be0 index caacff86e..3e4717622 100755 --- a/xfwm4.be0 +++ b/xfwm4.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfwm4-4.18.0-0 +# BEE_VERSION xfwm4-4.20.0-1 #SRCURL[0]="https://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/181415e457c86124fa5f8aa5d715b967/xfwm4-4.18.0.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/e74cfb30b6e9ebf9cbaac0827dd534e3/xfwm4-4.20.0.tar.bz2" # PATCHURL+=() diff --git a/xscreensaver.be0 b/xscreensaver.be0 index 0a0377341..2986a2dc1 100755 --- a/xscreensaver.be0 +++ b/xscreensaver.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION xscreensaver-6.09-0 +# BEE_VERSION xscreensaver-6.15-0 #SRCURL[0]="https://www.jwz.org/xscreensaver/xscreensaver-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/1f0e2b1698bc2a6ecfe9b668e4b75c3d/xscreensaver-6.09.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/65cd8d94841019763e1246df097612ff/xscreensaver-6.15.tar.gz" -PATCHURL+=("https://beehive.molgen.mpg.de/26c954f71e0673e3d89171d108452acd/xscreensaver_no_expiration_date.patch") +PATCHURL+=("https://beehive.molgen.mpg.de/1c63b70f716e9493985afe37dfba33c4/xscreensaver_no_expiration_date_6_15.patch") build_in_sourcedir @@ -41,4 +41,12 @@ mee_install() { # Use blank mode as default to reduce power usage sed -i 's/\*mode:.*/\*mode:\t\t\tblank/g' "${D}${DATADIR}/X11/app-defaults/XScreenSaver" + + start_cmd rm ${D}/etc/pam.d/xscreensaver + + start_cmd mkdir -p ${D}/etc/xdg/autostart/ + start_cmd chmod 755 ${D}/etc/xdg/autostart/ + start_cmd sed 's/Exec=xscreensaver/Exec=xscreensaver -no-splash/' \ + ${D}/usr/share/applications/xscreensaver.desktop > ${D}/etc/xdg/autostart/xscreensaver.desktop + start_cmd chmod 644 ${D}/etc/xdg/autostart/xscreensaver.desktop }