From 6d5fd87deb3b63edb26bd75ef1b0a5efa240c1a9 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:30:10 +0200 Subject: [PATCH 01/46] libxfce4util: Update from version 4.12.1 to 4.13.2 --- libxfce4util.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/libxfce4util.be0 b/libxfce4util.be0 index f37aa666d..cc3dec618 100755 --- a/libxfce4util.be0 +++ b/libxfce4util.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4util-4.12.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. +# BEE_VERSION libxfce4util-4.13.2-0 SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4util/${PKGVERSION[2]}/libxfce4util-${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 -############################################################################### -## 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 "${@}" #} @@ -45,7 +19,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4util/${PKGVERSION[2]}/libxfc #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4util/${PKGVERSION[2]}/libxfc # 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/ -## From 1925851ef034c3e1aa1ed61768c451627ce48ff8 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:32:16 +0200 Subject: [PATCH 02/46] xfconf: Update form version 4.12.0 to 4.13.5 --- xfconf.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/xfconf.be0 b/xfconf.be0 index 0468d833b..154fc59ac 100755 --- a/xfconf.be0 +++ b/xfconf.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfconf-4.12.0-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. +# BEE_VERSION xfconf-4.13.5-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfconf/${PKGVERSION[2]}/xfconf-${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+=(/perllocal.pod) -############################################################################### -## 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 "${@}" #} @@ -45,7 +19,7 @@ EXCLUDE+=(/perllocal.pod) #} #mee_configure() { -# bee_configure --INSTALL_BASE="" +# bee_configure --INSTALL_BASE="" #} #mee_build() { @@ -56,21 +30,3 @@ EXCLUDE+=(/perllocal.pod) # 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/ -## From f0d3b872de416956c8a2cb8374c30c6cf626e4c2 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:34:03 +0200 Subject: [PATCH 03/46] libxfce4ui: Update from version 4.12.1 to 4.13.4 --- libxfce4ui.be0 | 52 ++++---------------------------------------------- 1 file changed, 4 insertions(+), 48 deletions(-) diff --git a/libxfce4ui.be0 b/libxfce4ui.be0 index cfd1894e4..503aea0c3 100755 --- a/libxfce4ui.be0 +++ b/libxfce4ui.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4ui-4.12.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. +# BEE_VERSION libxfce4ui-4.13.4-0 SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4ui-${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 -############################################################################### -## 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 "${@}" #} @@ -44,9 +18,9 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4 # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --disable-vala +} #mee_build() { # bee_build @@ -56,21 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4 # 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/ -## From 3cdf8e5247251fb3b58c67d5c5a64697b5fca27d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:38:31 +0200 Subject: [PATCH 04/46] libwnck3: convert to versionless bee-file --- libwnck3-3.0.0-0.bee => libwnck3.be0 | 2 ++ 1 file changed, 2 insertions(+) rename libwnck3-3.0.0-0.bee => libwnck3.be0 (91%) diff --git a/libwnck3-3.0.0-0.bee b/libwnck3.be0 similarity index 91% rename from libwnck3-3.0.0-0.bee rename to libwnck3.be0 index 5a65f78f1..9ec4a792f 100755 --- a/libwnck3-3.0.0-0.bee +++ b/libwnck3.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION libwnck3-3.0.0-0 + SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libwnck/${PKGVERSION[2]}/libwnck-${PKGVERSION}.tar.bz2" PATCHURL[0]="" From 0be3b56e00cfb9cf8607eb77512bf7a183033df5 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:39:00 +0200 Subject: [PATCH 05/46] libwnck3: Update from version 3.0.0 to 3.24.1 --- libwnck3.be0 | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/libwnck3.be0 b/libwnck3.be0 index 9ec4a792f..69581779c 100755 --- a/libwnck3.be0 +++ b/libwnck3.be0 @@ -1,32 +1,25 @@ #!/bin/env beesh -# BEE_VERSION libwnck3-3.0.0-0 +# BEE_VERSION libwnck3-3.24.1-0 -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libwnck/${PKGVERSION[2]}/libwnck-${PKGVERSION}.tar.bz2" +SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libwnck/${PKGVERSION[2]}/libwnck-${PKGVERSION}.tar.xz" -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat +#PATCHURL[0]="" # EXCLUDE="" -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} +#mee_patch() { +# bee_patch +#} -mee_build() { - bee_build -} +#mee_configure() { +# bee_configure +#} -mee_install() { - bee_install -} +#mee_build() { +# bee_build +#} +#mee_install() { +# bee_install +#} From 9c385acabaad25f94f7e57aa22b08b69934210af Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:40:22 +0200 Subject: [PATCH 06/46] exo: Update from 0.10.7 to 0.12.2 --- exo.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/exo.be0 b/exo.be0 index 9756b9b57..14913c76c 100755 --- a/exo.be0 +++ b/exo.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION exo-0.10.7-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. +# BEE_VERSION exo-0.12.2-0 SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${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+=(/src/mariux/patches/0001-Use-freedesktop.org-mail-icon-name-compliant-Bug-137.patch) - -############################################################################### -## 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. +#PATCHURL+=(/src/mariux/patches/0001-Use-freedesktop.org-mail-icon-name-compliant-Bug-137.patch) # 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 "${@}" #} @@ -56,21 +30,3 @@ PATCHURL+=(/src/mariux/patches/0001-Use-freedesktop.org-mail-icon-name-compliant # 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/ -## From 6cd3eddf40697fee705e9f47410939677fcf6195 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:41:28 +0200 Subject: [PATCH 07/46] garcon: Update version 0.5.0 to 0.6.1 --- garcon.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/garcon.be0 b/garcon.be0 index 68fd9d63e..5305fe3cc 100755 --- a/garcon.be0 +++ b/garcon.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION garcon-0.5.0-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. +# BEE_VERSION garcon-0.6.1-0 SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${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 -############################################################################### -## 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 "${@}" #} @@ -45,7 +19,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKG #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/garcon/${PKGVERSION[2]}/garcon-${PKG # 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/ -## From 8a286b57f55a29f3a5f5d5489866352ebc9ddb79 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:43:10 +0200 Subject: [PATCH 08/46] gtk-xfce-engine: New revision build against the new installed libs --disable-gtk3, because gtk3 theme are not working well --- gtk-xfce-engine.be0 | 51 ++++----------------------------------------- 1 file changed, 4 insertions(+), 47 deletions(-) diff --git a/gtk-xfce-engine.be0 b/gtk-xfce-engine.be0 index fe9de43c1..572b0a618 100755 --- a/gtk-xfce-engine.be0 +++ b/gtk-xfce-engine.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk-xfce-engine-3.2.0-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. +# BEE_VERSION gtk-xfce-engine-3.2.0-2 SRCURL[0]="http://archive.xfce.org/src/xfce/gtk-xfce-engine/${PKGVERSION[2]}/gtk-xfce-engine-${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 -############################################################################### -## 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 "${@}" @@ -44,9 +19,9 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/gtk-xfce-engine/${PKGVERSION[2]}/gtk # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --disable-gtk3 +} #mee_build() { # bee_build @@ -56,21 +31,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/gtk-xfce-engine/${PKGVERSION[2]}/gtk # 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/ -## From 732be86346af3cbc7993918527be16df491f01e8 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 14 May 2018 11:44:45 +0200 Subject: [PATCH 09/46] libwnck2: New revision build against the new libs --- libwnck2.be0 | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/libwnck2.be0 b/libwnck2.be0 index 323351791..3d618a350 100755 --- a/libwnck2.be0 +++ b/libwnck2.be0 @@ -1,34 +1,26 @@ #!/bin/env beesh -# BEE_VERSION libwnck2-2.30.7-0 +# BEE_VERSION libwnck2-2.30.7-1 SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libwnck/${PKGVERSION[2]}/libwnck-${PKGVERSION}.tar.bz2" PATCHURL[0]="" -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - # EXCLUDE="" -mee_patch() { - bee_patch -} +#mee_patch() { +# bee_patch +#} mee_configure() { - bee_configure + bee_configure --disable-static \ + --program-suffix=2 } mee_build() { - bee_build + bee_build GETTEXT_PACKAGE=libwnck2 } mee_install() { - bee_install - - mv -v ${D}${BINDIR}/wnckprop{,2} - mv -v ${D}${BINDIR}/wnck-urgency-monitor{,2} + start_cmd make GETTEXT_PACKAGE=libwnck2 install DESTDIR=${D} } From d35b11117856da3fc0d6863f4674a634596e687a Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:23:10 +0200 Subject: [PATCH 10/46] Xfce4-panel: Update from version 4.12.2 to 4.13.3 --- xfce4-panel.be0 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xfce4-panel.be0 b/xfce4-panel.be0 index f43ec6cdc..0fb56062e 100755 --- a/xfce4-panel.be0 +++ b/xfce4-panel.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-panel-4.12.2-1 +# BEE_VERSION xfce4-panel-4.13.3-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" PATCHURL[0]="/src/mariux/beeroot/downloads/xfce4-panel.patch" @@ -20,8 +20,7 @@ PATCHURL[0]="/src/mariux/beeroot/downloads/xfce4-panel.patch" #} mee_configure() { - bee_configure \ - --enable-gtk3 + bee_configure --disable-vala } #mee_build() { From 900a186828f7292f1f2492d5b2acd37d3203cf40 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 29 May 2018 10:23:18 +0200 Subject: [PATCH 11/46] Xfce4-panel: add Patch for change default settings to fix scaling problems to fix crashes by removing panle-plugins --- xfce4-panel.be0 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xfce4-panel.be0 b/xfce4-panel.be0 index 0fb56062e..d34e74090 100755 --- a/xfce4-panel.be0 +++ b/xfce4-panel.be0 @@ -2,8 +2,11 @@ # BEE_VERSION xfce4-panel-4.13.3-0 -SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" +SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" PATCHURL[0]="/src/mariux/beeroot/downloads/xfce4-panel.patch" +PATCHURL[1]="/src/mariux/beeroot/downloads/0001-panel-port-to-GdkDisplay-GdkMonitor.patch" +PATCHURL[2]="/src/mariux/beeroot/downloads/xfce4-change-default-panel-plugins.patch" +PATCHURL[3]="/src/mariux/beeroot/downloads/xfce4-panel-4.13.3-fix-removing-plugins.patch" # PATCHURL+=() From f3ef0a79c5038ef48abc058362964268e85171ab Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:28:11 +0200 Subject: [PATCH 12/46] libxklavier: Convert to versionless bee-file --- libxklavier-5.1-0.bee => libxklavier.be0 | 2 ++ 1 file changed, 2 insertions(+) rename libxklavier-5.1-0.bee => libxklavier.be0 (91%) diff --git a/libxklavier-5.1-0.bee b/libxklavier.be0 similarity index 91% rename from libxklavier-5.1-0.bee rename to libxklavier.be0 index 07a10be0c..9fec0d8b8 100755 --- a/libxklavier-5.1-0.bee +++ b/libxklavier.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION libxklavier-5.1-0 + SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libxklavier/${PKGVERSION}/libxklavier-${PKGVERSION}.tar.bz2" PATCHURL[0]="" From 0b56735392fda51804a56679c193269a8ece66c9 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:29:48 +0200 Subject: [PATCH 13/46] libxklavier: Update from version 5.1 to 5.4 --- libxklavier.be0 | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/libxklavier.be0 b/libxklavier.be0 index 9fec0d8b8..2e98bd9f4 100755 --- a/libxklavier.be0 +++ b/libxklavier.be0 @@ -1,32 +1,25 @@ #!/bin/env beesh -# BEE_VERSION libxklavier-5.1-0 +# BEE_VERSION libxklavier-5.4-0 -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libxklavier/${PKGVERSION}/libxklavier-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://people.freedesktop.org/~svu/libxklavier-${PKGVERSION}.tar.bz2" PATCHURL[0]="" -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - # EXCLUDE="" -mee_patch() { - bee_patch -} +#mee_patch() { +# bee_patch +#} mee_configure() { - bee_configure -} - -mee_build() { - bee_build + bee_configure --disable-static } -mee_install() { - bee_install -} +#mee_build() { +# bee_build +#} +#mee_install() { +# bee_install +#} From 46b523fe36c11f521cb33830fc07cc3bafca6d42 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:36:32 +0200 Subject: [PATCH 14/46] Xfconf: Add Version 4.12.1 as compat needed for xfce4-mixer --- xfconf-compat.be0 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 xfconf-compat.be0 diff --git a/xfconf-compat.be0 b/xfconf-compat.be0 new file mode 100755 index 000000000..87fd83110 --- /dev/null +++ b/xfconf-compat.be0 @@ -0,0 +1,43 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xfconf-compat-4.12.1-0 + +SRCURL[0]="http://archive.xfce.org/src/xfce/xfconf/${PKGVERSION[2]}/xfconf-${PKGVERSION}.tar.bz2" + +# PATCHURL+=() + +EXCLUDE+=(/perllocal.pod) + +# build_in_sourcedir + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure --INSTALL_BASE="" +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' + +mee_install_post() { + start_cmd rm -rf ${D}${MANDIR} + start_cmd rm -rf ${D}${LOCALEDIR} + start_cmd rm -f ${D}${LIBDIR}/libxfconf-0.so + start_cmd rm -f ${D}${LIBDIR}/pkgconfig/libxfconf-0.pc + start_cmd rm -f ${D}${LIBDIR}/xfce4/xfconf/xfconfd + start_cmd rm -rf ${D}${BINDIR} + start_cmd rm -rf ${D}${LIBDIR}/perl5 + start_cmd rm -rf ${D}${INCLUDEDIR} +} From c111c459875bed3f7735ececfc04ff5048819000 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:48:49 +0200 Subject: [PATCH 15/46] Tumbler: Convert to versionless bee-file --- tumbler-0.1.31-1.bee => tumbler.be0 | 2 ++ 1 file changed, 2 insertions(+) rename tumbler-0.1.31-1.bee => tumbler.be0 (98%) diff --git a/tumbler-0.1.31-1.bee b/tumbler.be0 similarity index 98% rename from tumbler-0.1.31-1.bee rename to tumbler.be0 index 66ea3f645..d0356c0de 100755 --- a/tumbler-0.1.31-1.bee +++ b/tumbler.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION tumbler-0.1.31-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.) From 07b9111ea17c507c9d21d4787b43c386d27804d3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:50:49 +0200 Subject: [PATCH 16/46] Tumbler: Update from version 0.1.31 to 0.2.0 cleanup bee-file --- tumbler.be0 | 45 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/tumbler.be0 b/tumbler.be0 index d0356c0de..9a19d78b4 100755 --- a/tumbler.be0 +++ b/tumbler.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION tumbler-0.1.31-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. +# BEE_VERSION tumbler-0.2.0-1 SRCURL[0]="http://archive.xfce.org/src/xfce/tumbler/${PKGVERSION[2]}/tumbler-${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 -############################################################################### -## 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 "${@}" @@ -57,21 +32,3 @@ mee_configure() { # 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/ -## From 66c7e9a3de00332fdbdac2764be5db8dbbf9fed7 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:53:13 +0200 Subject: [PATCH 17/46] Xfce4-appfinder: Update from version 4.12.0 to 4.13.0 --- xfce4-appfinder.be0 | 47 ++------------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/xfce4-appfinder.be0 b/xfce4-appfinder.be0 index 5aeba0ee6..44f6be4f3 100755 --- a/xfce4-appfinder.be0 +++ b/xfce4-appfinder.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-appfinder-4.12.0-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. +# BEE_VERSION xfce4-appfinder-4.13.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfce4-appfinder-${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 -############################################################################### -## 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 "${@}" @@ -45,7 +20,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfc #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +31,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfc # 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/ -## From 390f96349107872214f1619972f3d4afe55324ce Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:55:40 +0200 Subject: [PATCH 18/46] Xfce4-settings: Update from version 4.12.3 to 4.13.4 --- xfce4-settings.be0 | 50 ++-------------------------------------------- 1 file changed, 2 insertions(+), 48 deletions(-) diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index d75607db0..f8a5edd47 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,47 +1,19 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.12.3-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. +# BEE_VERSION xfce4-settings-4.13.4-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${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 -############################################################################### -## 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 "${@}" +# bee_patch #} mee_configure() { @@ -58,21 +30,3 @@ mee_configure() { # 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/ -## From d0450d6cc928080c373e840a4bcc05f9e2dc6816 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 13:57:33 +0200 Subject: [PATCH 19/46] Xfdesktop: Update from version 4.12.1 to 4.13.2 --- xfdesktop.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/xfdesktop.be0 b/xfdesktop.be0 index 254814398..00e64d641 100755 --- a/xfdesktop.be0 +++ b/xfdesktop.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfdesktop-4.12.3-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. +# BEE_VERSION xfdesktop-4.13.2-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfdesktop/${PKGVERSION[2]}/xfdesktop-${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 -############################################################################### -## 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 "${@}" #} @@ -45,7 +19,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfdesktop/${PKGVERSION[2]}/xfdesktop #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfdesktop/${PKGVERSION[2]}/xfdesktop # 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/ -## From e24cf0714de36794d2aeb07feb8415bb4e4ee48a Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:03:03 +0200 Subject: [PATCH 20/46] Xfwm4: Update from version 4.12.3 to 4.13.0 --- xfwm4.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/xfwm4.be0 b/xfwm4.be0 index b4a46acee..5b8eabaa0 100755 --- a/xfwm4.be0 +++ b/xfwm4.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfwm4-4.12.3-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. +# BEE_VERSION xfwm4-4.13.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${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 -############################################################################### -## 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 "${@}" #} @@ -45,7 +19,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVE #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVE # 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/ -## From 63c5ee9dca847506b689e5caed8bb9e96ead223b Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:04:39 +0200 Subject: [PATCH 21/46] Xfce4-xkb-plugins: Update from version 0.7.1 to 0.8.1 --- xfce4-xkb-plugin.be0 | 53 +++++--------------------------------------- 1 file changed, 5 insertions(+), 48 deletions(-) diff --git a/xfce4-xkb-plugin.be0 b/xfce4-xkb-plugin.be0 index 8e7cdccb8..22c6fb1bb 100755 --- a/xfce4-xkb-plugin.be0 +++ b/xfce4-xkb-plugin.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-xkb-plugin-0.7.1-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. +# BEE_VERSION xfce4-xkb-plugin-0.8.1-0 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSION[2]}/xfce4-xkb-plugin-${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 -############################################################################### -## 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 "${@}" @@ -46,12 +21,12 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/${PKGVERSI mee_configure_pre() { sed -e 's|xfce4/panel-plugins|xfce4/panel/plugins|' \ - -i ${S}/panel-plugin/{Makefile.in,xkb-plugin.desktop.in.in} + -i ${S}/panel-plugin/Makefile.in } -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --libexecdir=${LIBDIR} +} #mee_build() { # bee_build @@ -61,21 +36,3 @@ mee_configure_pre() { # 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/ -## From a1379b932bcef36a036afb0caac43d9c89259eea Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:06:05 +0200 Subject: [PATCH 22/46] Xfce4-session: Update from version 4.12.1 to 4.13.0 --- xfce4-session.be0 | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/xfce4-session.be0 b/xfce4-session.be0 index 5e912c2dc..ff0a4bb2e 100755 --- a/xfce4-session.be0 +++ b/xfce4-session.be0 @@ -1,39 +1,13 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-session-4.12.1-5 - -## 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. +# BEE_VERSION xfce4-session-4.13.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION[2]}/xfce4-session-${PKGVERSION}.tar.bz2" -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -############################################################################### -## 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 "${@}" #} @@ -42,9 +16,9 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION[2]}/xfce4 # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure +} #mee_build() { # bee_build From 1ebc672505461345938d4ce67966217742ee97f9 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:11:49 +0200 Subject: [PATCH 23/46] xfce4-icon-theme:new revision and fix this fix scale problems with the icons in the theme Rodent --- xfce4-icon-theme.be0 | 52 +++++--------------------------------------- 1 file changed, 5 insertions(+), 47 deletions(-) diff --git a/xfce4-icon-theme.be0 b/xfce4-icon-theme.be0 index 90c2232f8..11e242160 100755 --- a/xfce4-icon-theme.be0 +++ b/xfce4-icon-theme.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-icon-theme-4.4.3-2 - -## 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. +# BEE_VERSION xfce4-icon-theme-4.4.3-3 SRCURL[0]="http://archive.xfce.org/src/art/xfce4-icon-theme/${PKGVERSION[2]}/xfce4-icon-theme-${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 -############################################################################### -## 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 "${@}" @@ -44,9 +19,10 @@ SRCURL[0]="http://archive.xfce.org/src/art/xfce4-icon-theme/${PKGVERSION[2]}/xfc # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + sed -i 's/^Size=128/Size=20/g' ${S}/Rodent/index.theme.in + bee_configure +} #mee_build() { # bee_build @@ -56,21 +32,3 @@ SRCURL[0]="http://archive.xfce.org/src/art/xfce4-icon-theme/${PKGVERSION[2]}/xfc # 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/ -## From ceea8942f7dd6e7d488eef6262d46b0078df5dfe Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:15:21 +0200 Subject: [PATCH 24/46] Xfce4-dev-tools: New revision rebuild because of new version of Xfce4 --- xfce4-dev-tools.be0 | 47 ++------------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/xfce4-dev-tools.be0 b/xfce4-dev-tools.be0 index b6e89afb0..769701d17 100755 --- a/xfce4-dev-tools.be0 +++ b/xfce4-dev-tools.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-dev-tools-4.12.0-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. +# BEE_VERSION xfce4-dev-tools-4.12.0-1 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfce4-dev-tools-${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 -############################################################################### -## 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 "${@}" @@ -45,7 +20,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfc #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +31,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-dev-tools/${PKGVERSION[2]}/xfc # 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/ -## From 6f7af8a0f673d5d4a203871bcd6052a8187a2887 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:17:01 +0200 Subject: [PATCH 25/46] Xfce4-screenshooter: Update from version 1.8.2 to 1.9.2 --- xfce4-screenshooter.be0 | 52 +---------------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/xfce4-screenshooter.be0 b/xfce4-screenshooter.be0 index 995745ba8..98c262a78 100755 --- a/xfce4-screenshooter.be0 +++ b/xfce4-screenshooter.be0 @@ -1,50 +1,18 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-screenshooter-1.8.2-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. +# BEE_VERSION xfce4-screenshooter-1.9.2-0 SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2]}/xfce4-screenshooter-${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 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 "${@}" #} @@ -65,21 +33,3 @@ SRCURL[0]="https://archive.xfce.org/src/apps/xfce4-screenshooter/${PKGVERSION[2] # 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/ -## From e30f8637e1778abbe424d734d70baa5afd8f6d96 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:18:09 +0200 Subject: [PATCH 26/46] Xfce4-terminal: Update from version 0.6.3 to 0.8.7.3 --- xfce4-terminal.be0 | 51 +--------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/xfce4-terminal.be0 b/xfce4-terminal.be0 index 076fb4a5d..263589c13 100755 --- a/xfce4-terminal.be0 +++ b/xfce4-terminal.be0 @@ -1,49 +1,18 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-terminal-0.6.3-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. +# BEE_VERSION xfce4-terminal-0.8.7.3-0 SRCURL[0]="http://mirror.netcologne.de/xfce/src/apps/xfce4-terminal/${PKGVERSION[2]}/xfce4-terminal-${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 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 "${@}" @@ -65,21 +34,3 @@ SRCURL[0]="http://mirror.netcologne.de/xfce/src/apps/xfce4-terminal/${PKGVERSION # 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/ -## From e0377a38b0da05b739ae7f44f4ff0089a8548d78 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:20:20 +0200 Subject: [PATCH 27/46] Xfwm4-themes: New Revision rebuild because of new version Xfce4 --- xfwm4-themes.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/xfwm4-themes.be0 b/xfwm4-themes.be0 index 94bd41e76..5d8e0c4aa 100755 --- a/xfwm4-themes.be0 +++ b/xfwm4-themes.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfwm4-themes-4.10.0-2 - -## 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. +# BEE_VERSION xfwm4-themes-4.10.0-3 SRCURL[0]="http://archive.xfce.org/src/art/xfwm4-themes/${PKGVERSION[2]}/xfwm4-themes-${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 -############################################################################### -## 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 "${@}" #} @@ -45,7 +19,7 @@ SRCURL[0]="http://archive.xfce.org/src/art/xfwm4-themes/${PKGVERSION[2]}/xfwm4-t #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/art/xfwm4-themes/${PKGVERSION[2]}/xfwm4-t # 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/ -## From 1e4dacc463c9aaaadb9c0e01ac206ead7ec5c1bd Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:21:39 +0200 Subject: [PATCH 28/46] Xfce4-cpugraph-plugin: New revision because of new version of Xfce4 --- xfce4-cpugraph-plugin.be0 | 47 ++------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/xfce4-cpugraph-plugin.be0 b/xfce4-cpugraph-plugin.be0 index e31405589..ff63fd11b 100755 --- a/xfce4-cpugraph-plugin.be0 +++ b/xfce4-cpugraph-plugin.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-cpugraph-plugin-1.0.5-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. +# BEE_VERSION xfce4-cpugraph-plugin-1.0.5-2 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKGVERSION[2]}/xfce4-cpugraph-plugin-${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 -############################################################################### -## 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 "${@}" @@ -45,7 +20,7 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKG #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +31,3 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${PKG # 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/ -## From b4b3fe3366f9a324808a9aa19cf2a6200c30883c Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:23:01 +0200 Subject: [PATCH 29/46] Xfce4-datetime-plugin: Update from version 0.6.2 to 0.7.0 --- xfce4-datetime-plugin.be0 | 47 ++------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/xfce4-datetime-plugin.be0 b/xfce4-datetime-plugin.be0 index a177aad43..6f364658b 100755 --- a/xfce4-datetime-plugin.be0 +++ b/xfce4-datetime-plugin.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-datetime-plugin-0.6.2-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. +# BEE_VERSION xfce4-datetime-plugin-0.7.0-0 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/${PKGVERSION[2]}/xfce4-datetime-plugin-${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 -############################################################################### -## 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 "${@}" @@ -45,7 +20,7 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/${PKG #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +31,3 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/${PKG # 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/ -## From 5a757245a384afc72b4d5eb3de2d3d1cabf069fa Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:23:42 +0200 Subject: [PATCH 30/46] Xfce4-timer-plugin: Update from version 1.0.0 to 1.7.0 --- xfce4-timer-plugin.be0 | 52 +----------------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) diff --git a/xfce4-timer-plugin.be0 b/xfce4-timer-plugin.be0 index 1a97044e6..6924b6560 100755 --- a/xfce4-timer-plugin.be0 +++ b/xfce4-timer-plugin.be0 @@ -1,50 +1,18 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-timer-plugin-1.0.0-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. +# BEE_VERSION xfce4-timer-plugin-1.7.0-0 SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/${PKGVERSION[2]}/xfce4-timer-plugin-${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 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 "${@}" #} @@ -65,21 +33,3 @@ SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/${PKGVE # 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/ -## From 0d34c307b5569f0b3a39a43e9e85ef1b0733cab6 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:24:25 +0200 Subject: [PATCH 31/46] Xfce4-pulseaudio-plugin: New Revision --- xfce4-pulseaudio-plugin.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-pulseaudio-plugin.be0 b/xfce4-pulseaudio-plugin.be0 index 74f423ffb..ae4b2c52d 100755 --- a/xfce4-pulseaudio-plugin.be0 +++ b/xfce4-pulseaudio-plugin.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-0 +#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-1 SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2" From ac31f597b636a31f595f449a7175f5c6cf3cb804 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:28:05 +0200 Subject: [PATCH 32/46] Xfce4-weather-plugin: Update from version 0.8.7 to 0.8.10 --- xfce4-weather-plugin.be0 | 47 ++-------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/xfce4-weather-plugin.be0 b/xfce4-weather-plugin.be0 index f269f3a04..a762b74b6 100755 --- a/xfce4-weather-plugin.be0 +++ b/xfce4-weather-plugin.be0 @@ -1,40 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-weather-plugin-0.8.7-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. +# BEE_VERSION xfce4-weather-plugin-0.8.10-0 SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGVERSION[2]}/xfce4-weather-plugin-${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 -############################################################################### -## 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 "${@}" @@ -45,7 +20,7 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGV #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +31,3 @@ SRCURL[0]="http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${PKGV # 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/ -## From 58e4ffa0562a98730118843c2acc30713077401f Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:29:48 +0200 Subject: [PATCH 33/46] Thunar: Update from version 1.6.13 to 1.8.1 a lot of bugfixes --- thunar.be0 | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/thunar.be0 b/thunar.be0 index dc95d2a4f..0367385b8 100755 --- a/thunar.be0 +++ b/thunar.be0 @@ -1,40 +1,13 @@ #!/usr/bin/env beesh -# BEE_VERSION thunar-1.6.13-0 +# BEE_VERSION thunar-1.8.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]="http://archive.xfce.org/src/xfce/thunar/${PKGVERSION[2]}/Thunar-${PKGVERSION}.tar.bz2" SRCURL[0]="https://github.molgen.mpg.de/mariux64/thunar/archive/thunar-mariux-${PKGVERSION}.tar.gz" -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -############################################################################### -## 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 "${@}" #} @@ -53,23 +26,6 @@ build_in_sourcedir #mee_install() { # bee_install +# exit #} ## 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/ -## From b02f0cb1c188913fd2d38debd5579f68eaebe409 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:30:54 +0200 Subject: [PATCH 34/46] Thunar-volman: Update from version 0.8.1 to 0.9.0 --- thunar-volman.be0 | 48 ++--------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/thunar-volman.be0 b/thunar-volman.be0 index 6ecae7f6f..d14925920 100755 --- a/thunar-volman.be0 +++ b/thunar-volman.be0 @@ -1,41 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION thunar-volman-0.8.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. +# BEE_VERSION thunar-volman-0.9.0-0 SRCURL[0]="http://archive.xfce.org/src/xfce/thunar-volman/${PKGVERSION[2]}/thunar-volman-${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 -############################################################################### -## 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 "${@}" #} @@ -45,7 +19,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/thunar-volman/${PKGVERSION[2]}/thuna #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -56,21 +30,3 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/thunar-volman/${PKGVERSION[2]}/thuna # 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/ -## From c028a493235b8ed941962588f75084f13d70f704 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:32:00 +0200 Subject: [PATCH 35/46] Add Update Script for Xfce4 --- scripts/xfce4-update.sh | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 scripts/xfce4-update.sh diff --git a/scripts/xfce4-update.sh b/scripts/xfce4-update.sh new file mode 100755 index 000000000..fc32f39de --- /dev/null +++ b/scripts/xfce4-update.sh @@ -0,0 +1,44 @@ +#!/bin/sh +#beide lib xfce fertig +#exo fertig +#dont work: xfce4-mailwatch-plugin xfce4-mixer xfce4-weather-plugin +bee update libxfce4util-4.13.2-0 +bee update xfconf-4.13.5-0 +bee install xfconf-compat-4.12.1-0 +bee update libxfce4ui-4.13.4-0 +bee update libwnck3-3.24.1-0 +bee update atk-2.28.1-0 +bee update at-spi2-core-2.26.2-0 +bee update at-spi2-atk-2.26.2-0 +bee update exo-0.12.2-0 +bee update garcon-0.6.1-0 +bee update gtk-xfce-engine-3.2.0-2 +bee update libwnck2-2.30.7-1 +bee update xfce4-panel-4.13.3-0 +bee update libxklavier-5.4-0 +bee update xfce4-xkb-plugin-0.8.1-0 +bee update tumbler-0.2.0-1 +bee update xfce4-appfinder-4.13.0-0 +bee update xfce4-settings-4.13.4-0 +bee update xfdesktop-4.13.2-0 +bee update xfwm4-4.13.0-0 +bee update xfce4-session-4.13.0-0 +bee update xfce4-icon-theme-4.4.3-3 +bee update xfce4-datetime-plugin-0.7.0-0 +bee update xfce4-dev-tools-4.12.0-1 +bee update xfce4-screenshooter-1.9.2-0 +bee update xfce4-timer-plugin-1.7.0-0 +bee update xfwm4-themes-4.10.0-3 +bee update xfce4-terminal-0.8.7.3-0 +bee update xfce4-pulseaudio-plugin-0.4.1-1 +bee update xfce4-cpugraph-plugin-1.0.5-2 +bee update xfce4-weather-plugin-0.8.10-0 +bee update thunar-1.8.1-0 +bee update thunar-volman-0.9.0-0 +bee remove kdeartwork-4.7.0-0.x86_64 +rm -rf /usr/share/icons/nuvola +rm -rf /usr/share/icons/mono +bee update gtk2-2.24.32-0 +rm -rf /usr/share/themes/Raleigh +sed -i 's/XFCE;//' /etc/xdg/autostart/bluetooth-applet.desktop +sed -i 's/XFCE;//' /etc/xdg/autostart/gnome-sound-applet.desktop From b3196473c252f670bd7acb2bcb3d85924de245ba Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:35:28 +0200 Subject: [PATCH 36/46] Atk: Convert to versionless bee-file --- atk-2.16.0-0.bee => atk.be0 | 2 ++ 1 file changed, 2 insertions(+) rename atk-2.16.0-0.bee => atk.be0 (93%) diff --git a/atk-2.16.0-0.bee b/atk.be0 similarity index 93% rename from atk-2.16.0-0.bee rename to atk.be0 index 32dbfcd7a..e8b2c481a 100755 --- a/atk-2.16.0-0.bee +++ b/atk.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION atk-2.16.0-0 + SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/atk/${PKGVERSION[2]}/atk-${PKGVERSION}.tar.xz" PATCHURL[0]="" From 3f4c2a3ed84142da1d3dbcdaa652d1714890b2dc Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:36:56 +0200 Subject: [PATCH 37/46] Atk: Update from version 2.16.0 to 2.28.1 --- atk.be0 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/atk.be0 b/atk.be0 index e8b2c481a..c3c181979 100755 --- a/atk.be0 +++ b/atk.be0 @@ -1,21 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION atk-2.16.0-0 +# BEE_VERSION atk-2.28.1-0 -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/atk/${PKGVERSION[2]}/atk-${PKGVERSION}.tar.xz" +SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/atk/${PKGVERSION[2]}/atk-${PKGVERSION}.tar.xz" -PATCHURL[0]="" +# PATCHURL+=() -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() +# EXCLUDE+=() # build_in_sourcedir - - +# sourcesubdir_append src #mee_extract() { @@ -27,7 +22,7 @@ PATCHURL[0]="" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -37,3 +32,4 @@ PATCHURL[0]="" #mee_install() { # bee_install #} +## by default this may be 'make install DESTDIR="${D}"' From af4e5d79ba99023d4b125b5f91006a923448270c Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:39:09 +0200 Subject: [PATCH 38/46] At-spi2-core: Convert to versionless bee-file --- at-spi2-core-2.6.0-0.bee => at-spi2-core.be0 | 2 ++ 1 file changed, 2 insertions(+) rename at-spi2-core-2.6.0-0.bee => at-spi2-core.be0 (92%) diff --git a/at-spi2-core-2.6.0-0.bee b/at-spi2-core.be0 similarity index 92% rename from at-spi2-core-2.6.0-0.bee rename to at-spi2-core.be0 index a4e282390..47ebfdd9d 100755 --- a/at-spi2-core-2.6.0-0.bee +++ b/at-spi2-core.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION at-spi2-core-2.6.0-0 + SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/at-spi2-core/${PKGVERSION[2]}/at-spi2-core-${PKGVERSION}.tar.xz" PATCHURL[0]="" From 251e8321fc811ecbe675d5a4179c148e7a3cc258 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:40:21 +0200 Subject: [PATCH 39/46] At-spi2-core: Update from version 2.6.0 to 2.26.2 --- at-spi2-core.be0 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/at-spi2-core.be0 b/at-spi2-core.be0 index 47ebfdd9d..436700180 100755 --- a/at-spi2-core.be0 +++ b/at-spi2-core.be0 @@ -1,21 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION at-spi2-core-2.6.0-0 +# BEE_VERSION at-spi2-core-2.26.2-0 -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/at-spi2-core/${PKGVERSION[2]}/at-spi2-core-${PKGVERSION}.tar.xz" +SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${PKGVERSION[2]}/at-spi2-core-${PKGVERSION}.tar.xz" -PATCHURL[0]="" +# PATCHURL+=() -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() +# EXCLUDE+=() # build_in_sourcedir - - +# sourcesubdir_append src #mee_extract() { @@ -27,7 +22,7 @@ PATCHURL[0]="" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -37,3 +32,4 @@ PATCHURL[0]="" #mee_install() { # bee_install #} +## by default this may be 'make install DESTDIR="${D}"' From 94db0b7101d29cc529a74a40ea31792508d4748d Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:56:57 +0200 Subject: [PATCH 40/46] At-spi2-atk: Convert to versionless bee-file --- at-spi2-atk-2.6.0-0.bee => at-spi2-atk.be0 | 2 ++ 1 file changed, 2 insertions(+) rename at-spi2-atk-2.6.0-0.bee => at-spi2-atk.be0 (92%) diff --git a/at-spi2-atk-2.6.0-0.bee b/at-spi2-atk.be0 similarity index 92% rename from at-spi2-atk-2.6.0-0.bee rename to at-spi2-atk.be0 index 13f984ffe..b433e82ed 100755 --- a/at-spi2-atk-2.6.0-0.bee +++ b/at-spi2-atk.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION at-spi2-atk-2.6.0-0 + SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/at-spi2-atk/${PKGVERSION[2]}/at-spi2-atk-${PKGVERSION}.tar.xz" PATCHURL[0]="" From aa7761b532c9a7e3a8a6a59e91b3f774120cdcfb Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 May 2018 14:58:26 +0200 Subject: [PATCH 41/46] At-spi2-atk: Update from version 2.6.0 to 2.26.2 --- at-spi2-atk.be0 | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/at-spi2-atk.be0 b/at-spi2-atk.be0 index b433e82ed..7009b0f67 100755 --- a/at-spi2-atk.be0 +++ b/at-spi2-atk.be0 @@ -1,21 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION at-spi2-atk-2.6.0-0 +# BEE_VERSION at-spi2-atk-2.26.2-0 SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/at-spi2-atk/${PKGVERSION[2]}/at-spi2-atk-${PKGVERSION}.tar.xz" -PATCHURL[0]="" +# PATCHURL+=() -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() +# EXCLUDE+=() # build_in_sourcedir - - +# sourcesubdir_append src #mee_extract() { @@ -27,7 +22,7 @@ PATCHURL[0]="" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -37,3 +32,4 @@ PATCHURL[0]="" #mee_install() { # bee_install #} +## by default this may be 'make install DESTDIR="${D}"' From 801e478447f62264bfd607fc5e43a35c13a17879 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 30 May 2018 13:36:29 +0200 Subject: [PATCH 42/46] Kdeartwork: removed working not corectly icon-theme: nuvola, mono --- kdeartwork-4.7.0-0.bee | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 kdeartwork-4.7.0-0.bee diff --git a/kdeartwork-4.7.0-0.bee b/kdeartwork-4.7.0-0.bee deleted file mode 100755 index 107448aca..000000000 --- a/kdeartwork-4.7.0-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="ftp://ftp.kde.org/pub/kde/stable/${PKGVERSION}/src/kdeartwork-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} From b20945e8addb261278f41631bb8d596f41996b95 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 6 Jun 2018 16:07:46 +0200 Subject: [PATCH 43/46] GTK2: Convert to versionless bee-file --- gtk2-2.24.13-0.bee => gtk2.be0 | 2 ++ 1 file changed, 2 insertions(+) rename gtk2-2.24.13-0.bee => gtk2.be0 (97%) diff --git a/gtk2-2.24.13-0.bee b/gtk2.be0 similarity index 97% rename from gtk2-2.24.13-0.bee rename to gtk2.be0 index 9a9667285..3d3a25c06 100755 --- a/gtk2-2.24.13-0.bee +++ b/gtk2.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION gtk2-2.24.13-0 + SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz" # official pre 2.24.13 patches from git (remove with next version) From 68fea8899d23e6f973a24d4f90c897a840e50971 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 6 Jun 2018 16:09:22 +0200 Subject: [PATCH 44/46] GTK2: Update from version 2.24.13 to 2.24.32 remove broken theme Raleigh --- gtk2.be0 | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/gtk2.be0 b/gtk2.be0 index 3d3a25c06..7872c54ff 100755 --- a/gtk2.be0 +++ b/gtk2.be0 @@ -1,24 +1,9 @@ #!/bin/env beesh -# BEE_VERSION gtk2-2.24.13-0 +# BEE_VERSION gtk2-2.24.32-0 SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${PKGVERSION}.tar.xz" -# official pre 2.24.13 patches from git (remove with next version) - -PATCHURL+=( \ - /src/mariux/download/gtk2-2.24.13-0001-Update-Visual-C-property-sheets.patch \ - /src/mariux/download/gtk2-2.24.13-0002-Really-move-the-docs-to-a-new-location.patch \ - /src/mariux/download/gtk2-2.24.13-0003-Fix-garbage-content-when-windows-are-initially-mappe.patch \ - /src/mariux/download/gtk2-2.24.13-0004-gtk-.props-VS2010-Update-include-paths.patch \ - /src/mariux/download/gtk2-2.24.13-0005-quartz-Actually-use-the-window-background-PATTERN-co.patch \ - ) - -# additional fix to enable collate by default in gtk printing (for firefox, evince, etc) -# may also apply to > 2.24.13 releases.. -PATCHURL+=( \ - /src/mariux/download/gtk2-2.24.13-0006-Make-collate-default-to-enabled.patch \ - ) mee_configure() { bee_configure \ @@ -28,5 +13,6 @@ mee_configure() { } mee_install_post() { - mv -v ${D}${BINDIR}/gtk-update-icon-cache{,2} + start_cmd mv -v ${D}${BINDIR}/gtk-update-icon-cache{,2} + start_cmd rm -rfv ${D}${DATAROOTDIR}/themes/Raleigh } From ebbe0e4c3e74db87fea415e1a5913b33038670d8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 25 Jun 2018 11:11:41 +0200 Subject: [PATCH 45/46] xfce4-session: Remove `startxfce4_hidpi` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With GTK+ 3 and Xfce 4.13, this can be configured with Settings → Appearance → Settings → Window Scaling. So, remove the separate session. The only downside is, that you have to select a special window theme in Xfwm too. --- xfce4-session.be0 | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/xfce4-session.be0 b/xfce4-session.be0 index ff0a4bb2e..e110dad7a 100755 --- a/xfce4-session.be0 +++ b/xfce4-session.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-session-4.13.0-0 +# BEE_VERSION xfce4-session-4.13.0-1 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION[2]}/xfce4-session-${PKGVERSION}.tar.bz2" @@ -32,18 +32,6 @@ mee_configure() { mee_install_post() { start_cmd mv ${D}${DATADIR}/xsessions{,.available} - - # https://wiki.archlinux.org/index.php/HiDPI - start_cmd cat >${D}${BINDIR}/startxfce4_hidpi <<-EOF - #!/bin/bash - export GDK_SCALE=2 - export GDK_DPI_SCALE=1 - export QT_AUTO_SCREEN_SCALE_FACTOR=1 - export XCURSOR_SIZE=48 - /usr/bin/startxfce4 "$@" -EOF - - chmod +x ${D}${BINDIR}/startxfce4_hidpi } From 8e17268770cfc8457fb456aef519a142b4dbb05c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 25 Jun 2018 11:15:23 +0200 Subject: [PATCH 46/46] scripts/xfce4-update.sh: Update to xfce4-session-4.13.0-1 --- scripts/xfce4-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xfce4-update.sh b/scripts/xfce4-update.sh index fc32f39de..9b77f08f6 100755 --- a/scripts/xfce4-update.sh +++ b/scripts/xfce4-update.sh @@ -22,7 +22,7 @@ bee update xfce4-appfinder-4.13.0-0 bee update xfce4-settings-4.13.4-0 bee update xfdesktop-4.13.2-0 bee update xfwm4-4.13.0-0 -bee update xfce4-session-4.13.0-0 +bee update xfce4-session-4.13.0-1 bee update xfce4-icon-theme-4.4.3-3 bee update xfce4-datetime-plugin-0.7.0-0 bee update xfce4-dev-tools-4.12.0-1