Skip to content

Commit

Permalink
Merge pull request #2007 from mariux64/update-various-xcb-packages
Browse files Browse the repository at this point in the history
Update various xcb packages
  • Loading branch information
thomas authored Nov 23, 2020
2 parents dd54a5f + 17d4217 commit d658f32
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 43 deletions.
26 changes: 0 additions & 26 deletions libpthread-stubs-0.1-0.bee

This file was deleted.

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

# BEE_VERSION libpthread-stubs-0.4-0

# SRCURL[0]="https://xcb.freedesktop.org/dist/libpthread-stubs-0.4.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/7d2734e604a3e2f6f665c420b835ab62/libpthread-stubs-0.4.tar.gz"

PATCHES[0]=""

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

8 changes: 5 additions & 3 deletions libxcb.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libxcb-1.13.1-0
# BEE_VERSION libxcb-1.14-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.)
Expand All @@ -9,7 +9,8 @@
## 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://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2"
# SRCURL[0]="https://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/8d1285dec5a474236f67f899f99bc147/libxcb-1.14.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -55,7 +56,8 @@ SRCURL[0]="https://xcb.freedesktop.org/dist/libxcb-${PKGVERSION}.tar.bz2"

mee_configure() {
bee_configure \
--enable-xinput
--enable-xinput \
--enable-devel-docs=no
}

#mee_build() {
Expand Down
5 changes: 3 additions & 2 deletions xcb-proto.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-proto-1.13-0
# BEE_VERSION xcb-proto-1.14.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.)
Expand All @@ -9,7 +9,8 @@
## 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://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ecd6955dab1a7b9ba9756a11b8bdb48f/xcb-proto-1.14.1.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
6 changes: 2 additions & 4 deletions xcb-util-image.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-util-image-0.3.9-1

# more info: https://foo.bar.com
# BEE_VERSION xcb-util-image-0.4.0-1

# SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-image-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/fabb80b36490b00fc91289e2c7f66770/xcb-util-image-0.3.9.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/32c9c2f72ebd58a2b2e210f27fee86f7/xcb-util-image-0.4.0.tar.gz"

# PATCHURL+=()

Expand Down
6 changes: 2 additions & 4 deletions xcb-util-keysyms.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-util-keysyms-0.3.9-1

# more info: https://foo.bar.com
# BEE_VERSION xcb-util-keysyms-0.4.0-1

#SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-keysyms-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/64e4aad2d48cd4a92e2da13b9f35bfd2/xcb-util-keysyms-0.3.9.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/2decde7b02b4b3bde99a02c17b64d5dc/xcb-util-keysyms-0.4.0.tar.gz"

# PATCHURL+=()

Expand Down
5 changes: 4 additions & 1 deletion xcb-util-wm-0.4.1-0.bee → xcb-util-renderutil.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-util-renderutil-0.3.9-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-wm-${PKGVERSION}.tar.bz2"
#SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-renderutil-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ac18c1b70ae69845e112f1d987926436/xcb-util-renderutil-0.3.9.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
5 changes: 4 additions & 1 deletion xcb-util-renderutil-0.3.8-1.bee → xcb-util-wm.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-util-wm-0.4.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.

SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-renderutil-${PKGVERSION}.tar.bz2"
# SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-wm-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/0831399918359bf82930124fa9fd6a9b/xcb-util-wm-0.4.1.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
4 changes: 2 additions & 2 deletions xcb-util.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-util-0.3.9-1
# BEE_VERSION xcb-util-0.4.0-1

# more info: https://foo.bar.com

#SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/01dcc7a16d5020530552712710646ea2/xcb-util-0.3.9.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/157d82738aa89934b6adaf3ca508a0f5/xcb-util-0.4.0.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit d658f32

Please sign in to comment.