Skip to content

Commit

Permalink
Merge pull request #89 from mariux64/update-x-packages
Browse files Browse the repository at this point in the history
Update X packages
  • Loading branch information
donald authored Sep 7, 2016
2 parents 09a8138 + e1e4b68 commit 4a6a794
Show file tree
Hide file tree
Showing 14 changed files with 200 additions and 60 deletions.
6 changes: 4 additions & 2 deletions cairo-1.14.2-0.bee → cairo.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION cairo-1.15.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]="http://cairographics.org/releases/cairo-${PKGVERSION}.tar.xz"
SRCURL[0]="https://cairographics.org/snapshots/cairo-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]="http://cairographics.org/releases/cairo-${PKGVERSION}.tar.xz"
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion libdrm-2.4.52-0.bee → libdrm.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION libdrm-2.4.68-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]="http://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
6 changes: 3 additions & 3 deletions glamor-egl-0.6.0-0.bee → libevdev-1.5.2-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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]="http://xorg.freedesktop.org/archive/individual/driver/glamor-egl-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://www.freedesktop.org/software/libevdev/libevdev-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +52,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/driver/glamor-egl-${PK
#}

mee_configure() {
bee_configure --enable-glx-tls
bee_configure --disable-static
}

#mee_build() {
Expand All @@ -71,7 +71,7 @@ mee_configure() {
## 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.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions util-macros-1.18.0-0.bee → libwacom-0.18-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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]="http://xorg.freedesktop.org/releases/individual/util/util-macros-${PKGVERSION}.tar.bz2"
SRCURL[0]="http://downloads.sourceforge.net/linuxwacom/libwacom/libwacom-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -51,9 +51,9 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/util-macros-${PK
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure
}

#mee_build() {
# bee_build
Expand All @@ -71,7 +71,7 @@ SRCURL[0]="http://xorg.freedesktop.org/releases/individual/util/util-macros-${PK
## 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.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down
37 changes: 0 additions & 37 deletions libwacom-0.5-0.bee

This file was deleted.

83 changes: 83 additions & 0 deletions mtdev-1.1.5-1.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
#!/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]="http://bitmath.org/code/mtdev/mtdev-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build 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 --disable-static
}

#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/
##
File renamed without changes.
85 changes: 85 additions & 0 deletions util-macros.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
#!/usr/bin/env beesh

# BEE_VERSION util-macros-1.19.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://www.x.org/archive/individual/util/util-macros-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## 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/
##
8 changes: 5 additions & 3 deletions xf86-input-evdev-2.8.2-0.bee → xf86-input-evdev.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION xf86-input-evdev-2.10.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.)

###############################################################################
## 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://xorg.freedesktop.org/archive/individual/driver/xf86-input-evdev-${PKGVERSION}.tar.bz2"
SRCURL[0]="http://ftp.x.org/pub/individual/driver/xf86-input-evdev-${PKGVERSION}.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evde
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -71,7 +73,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evde
## 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.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down
Loading

0 comments on commit 4a6a794

Please sign in to comment.