From cf0ef867cb71da019048f4d591f419f884da514a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 Apr 2019 10:57:25 +0200 Subject: [PATCH 1/5] libgee: Recreate bee file Use `scripts/TEMPLATE.be0` to create bee file. --- libgee-0.6.1-0.bee | 31 ------------------- libgee-0.6.1.bee | 77 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 31 deletions(-) delete mode 100755 libgee-0.6.1-0.bee create mode 100755 libgee-0.6.1.bee diff --git a/libgee-0.6.1-0.bee b/libgee-0.6.1-0.bee deleted file mode 100755 index 47ebdd561..000000000 --- a/libgee-0.6.1-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/libgee/${PKGVERSION[2]}/libgee-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/libgee-0.6.1.bee b/libgee-0.6.1.bee new file mode 100755 index 000000000..c1feaa4d5 --- /dev/null +++ b/libgee-0.6.1.bee @@ -0,0 +1,77 @@ +#!/usr/bin/env beesh + +## this file was created by bee init and should be executed to build a +## bee-package. (Additional hints are located at the end of this file.) + +############################################################################### +## The source URL(s) define the location of the sources that will be +## downloaded. Version variables may be used to simplify reuse of this bee-file. + +SRCURL[0]="https://download.gnome.org/sources/libgee/${PKGVERSION[2]}/libgee-${PKGVERSION}.tar.xz" + +############################################################################### +## Add URLs/pathes to patch files to the PATCHURL array. +## The sources will be patched in the order of the array. + +# PATCHURL+=() + +############################################################################### +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source +## directory. + +# build_in_sourcedir + +############################################################################### +## bee cannot detect buildtypes specified in subdirectories. +## Sometimes packages "hide" the real sources in a subdirectory named +## 'src' or 'cmake' or .. +## use 'sourcesubdir_append' to specify this directory if known. + +# sourcesubdir_append src + + +############################################################################### +## Change the default (auto-detected) steps to +## extract, patch, configure/setup, build and install the software. +## Make sure the mee_install function does install everything to the +## image directory "${D}" + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' + +############################################################################### +## +## Additional hints: +## +## The name of this bee-file should follow the following naming convention: +## pkgname-pkgversion-pkgrevision.bee +## +## You may remove all comments as long as SRCURL[0] is set. +## +## Everything in this file will be executed in a bash environment. +## +## Build the package by executing +## './pkg-version-N.bee' or +## 'beesh ./pkg-version-N.bee' +## +## see http://beezinga.org/ +## From b5e96a332431f72bbf2f7357f27e24014e82ab8d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 Apr 2019 11:23:43 +0200 Subject: [PATCH 2/5] libgee: Convert to versionless bee file --- libgee-0.6.1.bee => libgee.be0 | 2 ++ 1 file changed, 2 insertions(+) rename libgee-0.6.1.bee => libgee.be0 (98%) diff --git a/libgee-0.6.1.bee b/libgee.be0 similarity index 98% rename from libgee-0.6.1.bee rename to libgee.be0 index c1feaa4d5..32503d496 100755 --- a/libgee-0.6.1.bee +++ b/libgee.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libgee-0.6.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.) From 418b5650b0c5070df1ac44010b5d92a212960500 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 Apr 2019 10:57:25 +0200 Subject: [PATCH 3/5] libgee: Update version from 0.6.1 to 0.20.1 [Description][1]: > Libgee is a collection library providing GObject-based interfaces and > classes for commonly used data structures. pdfpc requires at least version 0.8. -- Checking for module 'gee-0.8' -- No package 'gee-0.8' found Use `scripts/TEMPLATE.be0` to create bee file. Use revision 1, as somebody already built libgee-0.20.1-0, but there is no trace in the git repository for that. [1]: https://gitlab.gnome.org/GNOME/libgee --- libgee.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgee.be0 b/libgee.be0 index 32503d496..128447e15 100755 --- a/libgee.be0 +++ b/libgee.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libgee-0.6.1-0 +# BEE_VERSION libgee-0.20.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.) From da332e8e25759880b4ecb616825a79f0d254fe6b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 Apr 2019 10:42:46 +0200 Subject: [PATCH 4/5] pdfpc: Add version 4.3.2 How was I able to live until now, without this great peace of software? [Description][1]: > pdfpc is a GTK based presentation viewer application which uses Keynote > like multi-monitor output to provide meta information to the speaker > during the presentation. It is able to show a normal presentation window > on one screen, while showing a more sophisticated overview on the other > one providing information like a picture of the next slide, as well as > the left over time till the end of the presentation. The input files > processed by pdfpc are PDF documents, which can be created using nearly > any of today's presentation software. > > More information, including screenshots and a demo presentation, can be > found at https://pdfpc.github.io/ Use `scripts/TEMPLATE.be0` to create bee file. [1]: https://github.com/pdfpc/pdfpc --- pdfpc.be0 | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100755 pdfpc.be0 diff --git a/pdfpc.be0 b/pdfpc.be0 new file mode 100755 index 000000000..713bf2f1b --- /dev/null +++ b/pdfpc.be0 @@ -0,0 +1,79 @@ +#!/usr/bin/env beesh + +# BEE_VERSION pdfpc-4.3.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. + +SRCURL[0]="https://github.com/pdfpc/pdfpc/archive/v${PKGVERSION}.tar.gz pdfpc-${PKGVERSION}.tar.gz" + +############################################################################### +## Add URLs/pathes to patch files to the PATCHURL array. +## The sources will be patched in the order of the array. + +# PATCHURL+=() + +############################################################################### +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source +## directory. + +# build_in_sourcedir + +############################################################################### +## bee cannot detect buildtypes specified in subdirectories. +## Sometimes packages "hide" the real sources in a subdirectory named +## 'src' or 'cmake' or .. +## use 'sourcesubdir_append' to specify this directory if known. + +# sourcesubdir_append src + + +############################################################################### +## Change the default (auto-detected) steps to +## extract, patch, configure/setup, build and install the software. +## Make sure the mee_install function does install everything to the +## image directory "${D}" + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' + +############################################################################### +## +## Additional hints: +## +## The name of this bee-file should follow the following naming convention: +## pkgname-pkgversion-pkgrevision.bee +## +## You may remove all comments as long as SRCURL[0] is set. +## +## Everything in this file will be executed in a bash environment. +## +## Build the package by executing +## './pkg-version-N.bee' or +## 'beesh ./pkg-version-N.bee' +## +## see http://beezinga.org/ +## From ba4773a1b9e47ab9709bc582bcd8bd827140b994 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 11 Apr 2019 12:01:45 +0200 Subject: [PATCH 5/5] pdfpc: Install `etc/` directly under root directory I reported this issue [upstream][1], but should have read the instructions beforehand. It will work out of the box in the next release. [1]: https://github.com/pdfpc/pdfpc/issues/433 --- pdfpc.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pdfpc.be0 b/pdfpc.be0 index 713bf2f1b..3ed5eaa0f 100755 --- a/pdfpc.be0 +++ b/pdfpc.be0 @@ -47,9 +47,10 @@ SRCURL[0]="https://github.com/pdfpc/pdfpc/archive/v${PKGVERSION}.tar.gz pdfpc-${ # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + -DSYSCONFDIR=/etc +} #mee_build() { # bee_build