Skip to content

Commit

Permalink
Merge pull request #1773 from mariux64/fix-xcb-util
Browse files Browse the repository at this point in the history
xcb-utils: compat package
  • Loading branch information
wwwutz authored Mar 10, 2020
2 parents 1b47327 + f4c16fe commit 01ebe2d
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 120 deletions.
37 changes: 0 additions & 37 deletions xcb-util-0.3.8-0.bee

This file was deleted.

83 changes: 0 additions & 83 deletions xcb-util-0.3.9-0.bee

This file was deleted.

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

# BEE_VERSION xcb-util-0.3.9-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"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
49 changes: 49 additions & 0 deletions xcb-util_compat-0.3.8.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-util_compat-0.3.8-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/8ce019c4bbf20dce246b98f177cfccff/xcb-util-0.3.8.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

mee_install_post() {

rm -vrf ${D}/usr/include
rm -vrf ${D}/usr/lib/pkgconfig

rm -vf ${D}/usr/lib/libxcb-util.a
rm -vf ${D}/usr/lib/libxcb-util.la
rm -vf ${D}/usr/lib/libxcb-util.so

}

0 comments on commit 01ebe2d

Please sign in to comment.