diff --git a/gtk3.be0 b/gtk3.be0 index a4f468360..8de989edf 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gtk3-3.22.30-1 +# BEE_VERSION gtk3-3.24.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.) @@ -15,7 +15,7 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${ ## 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-gtksocket-Adjust-X-sizes-by-scale-factor.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not diff --git a/libepoxy-1.3.1-0.bee b/libepoxy.be0 similarity index 97% rename from libepoxy-1.3.1-0.bee rename to libepoxy.be0 index eeec22627..1ab29c22f 100755 --- a/libepoxy-1.3.1-0.bee +++ b/libepoxy.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libepoxy-1.5.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.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://github.com/anholt/libepoxy/releases/download/v${PKGVERSION}/libepoxy-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/anholt/libepoxy/releases/download/${PKGVERSION}/libepoxy-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.