Skip to content

Update gtkmm and friends for Inkscape #1184

Merged
merged 50 commits into from
Aug 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
0ed2098
gtk3: Update version from 3.24.8 to 3.24.10
pmenzel Jul 9, 2019
775c0be
glibmm: Convert to versionless bee file
pmenzel Jul 9, 2019
9346285
glibmm: Strip trailing space
pmenzel Jul 9, 2019
908bcf3
glibmm: Securely download source archive over HTTPS
pmenzel Jul 9, 2019
8be805a
glibmm: Use current bee file template
pmenzel Jul 9, 2019
1b14261
glibmm: Update version from 2.44.0 to 2.60.0
pmenzel Jul 9, 2019
2da390d
glib2: Update version from 2.58.1 to 2.60.5
pmenzel Jul 9, 2019
4879933
libsigc++: Convert to versionless bee file
pmenzel Jul 9, 2019
bc01180
libsigc++: Strip trailing space
pmenzel Jul 9, 2019
4c33447
libsigc++: Securely download source archive over HTTPS
pmenzel Jul 9, 2019
ac92715
libsigc++: Use current bee file template
pmenzel Jul 9, 2019
64e545e
libsigc++: Update version from 2.2.10 to 2.10.2
pmenzel Jul 9, 2019
6b661c2
libsigc++-3: Add version 2.99.13
pmenzel Jul 10, 2019
6bae6db
cairomm: Convert to versionless bee file
pmenzel Jul 9, 2019
b123335
cairomm: Strip trailing space
pmenzel Jul 9, 2019
6a19d74
cairomm: Securely download source archive over HTTPS
pmenzel Jul 9, 2019
a8af709
cairomm: Use current bee file template
pmenzel Jul 10, 2019
1ca8540
cairomm: Update version from 1.9.8 to 1.12.2
pmenzel Jul 10, 2019
700dcd6
pangomm: Convert to versionless bee file
pmenzel Jul 10, 2019
4fff724
pangomm: Strip trailing space
pmenzel Jul 10, 2019
c7d01e6
pangomm: Securely download source archive over HTTPS
pmenzel Jul 10, 2019
8d0977c
pangomm: Use GNOME URL
pmenzel Jul 10, 2019
506ce9b
pangomm: Use current bee file template
pmenzel Jul 10, 2019
985fa0f
pangomm: Update version from 2.28.2 to 2.42.0
pmenzel Jul 10, 2019
2feea1d
atkmm: Convert to versionless bee file
pmenzel Jul 10, 2019
7a8a040
atkmm: Strip trailing space
pmenzel Jul 10, 2019
8487f98
atkmm: Securely download source archive over HTTPS
pmenzel Jul 10, 2019
4c33b19
atkmm: Use GNOME URL
pmenzel Jul 10, 2019
f7cc19a
atkmm: Use current bee file template
pmenzel Jul 10, 2019
b3cea71
atkmm: Update version from 2.22.5 to 2.28.0
pmenzel Jul 10, 2019
c1085b4
gtk3mm: Convert to versionless bee file
pmenzel Jul 9, 2019
7fd19af
gtk3mm: Strip trailing space
pmenzel Jul 9, 2019
8c6470f
gtk3mm: Securely download source archive over HTTPS
pmenzel Jul 9, 2019
f62d41e
gtk3mm: Use current bee file template
pmenzel Jul 9, 2019
c888162
gtk3mm: Update version from 3.0.0 to 3.24.1
pmenzel Jul 9, 2019
52add07
pavucontrol: Update version from 3.0 to 4.0
pmenzel Jul 10, 2019
4e3d09d
pavucontrol: Use C++ 11 ABI
pmenzel Jul 23, 2019
051cdaa
pavucontrol: Comment out unchanged bee function
pmenzel Jul 23, 2019
fb88984
gtk-engines: Strip trailing space
pmenzel Jul 29, 2019
676e4da
gtk-engines: Convert to versionless bee file
pmenzel Jul 29, 2019
f47c269
gtk-engines: Securely download source archive over HTTPS
pmenzel Jul 29, 2019
acdbce0
gtk-engines: Use current bee file template
pmenzel Jul 29, 2019
83b161c
gtk-engines: Update version from 2.20.1 to 2.20.2
pmenzel Jul 29, 2019
9d54747
gtk2mm: Convert to versionless bee file
pmenzel Jul 26, 2019
2ad58eb
gtk2mm: Strip trailing space
pmenzel Jul 26, 2019
4ce274c
gtk2mm: Securely download source archive over HTTPS
pmenzel Jul 26, 2019
69904ef
gtk2mm: Remove deprecated bee tag
pmenzel Jul 26, 2019
bbacfb5
gtk2mm: Update version from 2.24.0 to 2.24.5
pmenzel Jul 26, 2019
6142a8b
gtk2mm: Use current bee file template
pmenzel Jul 29, 2019
cb3de40
gnome-system-monitor: Remove version 3.0.0
pmenzel Jul 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 0 additions & 31 deletions atkmm-2.22.5-0.bee

This file was deleted.

79 changes: 79 additions & 0 deletions atkmm.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
#!/usr/bin/env beesh

# BEE_VERSION atkmm-2.28.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.

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/atkmm/${PKGVERSION[2]}/atkmm-${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/
##
31 changes: 0 additions & 31 deletions cairomm-1.9.8-0.bee

This file was deleted.

79 changes: 79 additions & 0 deletions cairomm.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
#!/usr/bin/env beesh

# BEE_VERSION cairomm-1.12.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://cairographics.org/releases/cairomm-${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/
##
6 changes: 2 additions & 4 deletions glib2.be0
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION glib2-2.58.1-0
# BEE_VERSION glib2-2.60.5-0

SRCURL[0]="https://ftp.acc.umu.se/pub/gnome/sources/glib/${PKGVERSION[2]}/glib-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# BEE_CONFIGURE=compat

BEE_BUILDTYPE=meson

# EXCLUDE=""

# build_in_sourcedir
Expand All @@ -31,7 +29,7 @@ mee_configure() {
# with xattr enabled it tries to copy things like system.nfs4_acl which fails

bee_configure \
-Dselinux=false \
-Dselinux=disabled \
-Dxattr=false
}

Expand Down
37 changes: 0 additions & 37 deletions glibmm-2.44.0-0.bee

This file was deleted.

79 changes: 79 additions & 0 deletions glibmm.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
#!/usr/bin/env beesh

# BEE_VERSION glibmm-2.60.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.

SRCURL[0]="https://ftp.gnome.org/pub/GNOME/sources/glibmm/${PKGVERSION[2]}/glibmm-${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/
##
31 changes: 0 additions & 31 deletions gnome-system-monitor-3.0.0-0.bee

This file was deleted.