Skip to content

Commit

Permalink
Revert "Merge pull request #621 from mariux64/update-systemd-from-27-…
Browse files Browse the repository at this point in the history
…to-237"

This reverts commit 4c53fe2, reversing
changes made to 7ebbbac.
  • Loading branch information
donald committed Mar 22, 2018
1 parent d4571b4 commit d9cda92
Show file tree
Hide file tree
Showing 27 changed files with 248 additions and 578 deletions.
31 changes: 31 additions & 0 deletions dbus-1.4.0-2.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/bin/env beesh

PGRP=( system )

SRCURL[0]="http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz"

PATCHES[0]=""

# EXCLUDE=""


LIBEXECDIR=/usr/lib/dbus-1.0

B=${S}


mee_configure() {
systemdsystemunitdir=$(pkg-config --variable=systemdsystemunitdir systemd)

bee_configure --with-dbus-user=dbus --with-systemdsystemunitdir=${systemdsystemunitdir}
}

mee_build() {
bee_build
make check
}

mee_install() {
bee_install
}

93 changes: 0 additions & 93 deletions dbus.be0

This file was deleted.

7 changes: 7 additions & 0 deletions gnome-session-3.4.1-1.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env beesh

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gnome-session/${PKGVERSION[2]}/gnome-session-${PKGVERSION}.tar.xz"

mee_install_post() {
start_cmd mv ${D}${DATADIR}/xsessions{,.available}
}
7 changes: 0 additions & 7 deletions gnome-session-3.4.1-2.bee

This file was deleted.

2 changes: 1 addition & 1 deletion gvfs.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gvfs-1.24.0-3
# BEE_VERSION gvfs-1.24.0-2

## 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 Down
30 changes: 30 additions & 0 deletions libatasmart-0.17-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#!/bin/env beesh

SRCURL[0]="http://0pointer.de/public/libatasmart-0.17.tar.gz"

PATCHURL[0]=""

PGRP=( uncategorized )



# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

85 changes: 0 additions & 85 deletions libatasmart.be0

This file was deleted.

86 changes: 0 additions & 86 deletions libgudev.be0

This file was deleted.

8 changes: 3 additions & 5 deletions libusb.be0 → libusb-1.0.19-0.bee
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/bin/env beesh

# BEE_VERSION libusb-1.0.21-0

PGRP=( uncategorized )

SRCURL[0]="https://downloads.sourceforge.net/libusb/libusb-${PKGVERSION}.tar.bz2"
SRCURL[0]="http://downloads.sourceforge.net/libusb/libusb-1.0.19.tar.bz2"

PATCHES[0]=""

Expand All @@ -15,8 +13,7 @@ mee_patch() {
}

mee_configure() {
bee_configure \
--disable-static
bee_configure
}

mee_build() {
Expand All @@ -26,3 +23,4 @@ mee_build() {
mee_install() {
bee_install
}

Loading

0 comments on commit d9cda92

Please sign in to comment.