summaryrefslogtreecommitdiff
path: root/pcr/lib32-eudev
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-06-13 19:38:53 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-06-13 19:38:53 -0500
commit45e646bcba150b33e3a08fd20990828c0bc72986 (patch)
tree6ff663e41cd9c74926012f31ccc0cb94e28c9d7a /pcr/lib32-eudev
parent34bf64815d81c35225b0434f7430407e205315be (diff)
lib32-eudev-3.2-1: updating version
Diffstat (limited to 'pcr/lib32-eudev')
-rw-r--r--pcr/lib32-eudev/PKGBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/pcr/lib32-eudev/PKGBUILD b/pcr/lib32-eudev/PKGBUILD
index e6237fc95..f1f1fc3b6 100644
--- a/pcr/lib32-eudev/PKGBUILD
+++ b/pcr/lib32-eudev/PKGBUILD
@@ -1,24 +1,24 @@
-# Maintainer : freaj <freaj@riseup.net>
# Maintainer (Manjaro): artoo <artoo@manjaro.org>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_udevver=217
+_udevver=220
_gentoo_uri="http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86"
_pkgname=eudev
pkgname=lib32-eudev
pkgdesc="The userspace dev tools (udev) forked by Gentoo (32-bit)"
-pkgver=2.1.1
+pkgver=3.2
pkgrel=1
arch=('x86_64')
url="http://dev.gentoo.org/~blueness/eudev"
license=('GPL')
-depends=('lib32-glib2' 'eudev')
-makedepends=('git' 'gcc-multilib' 'lib32-util-linux' 'gobject-introspection' 'gperf' 'python2')
-provides=("lib32-udev=${_udevver}")
-conflicts=('libgudev-1.0.so' 'libudev.so')
+depends=('lib32-glib2' 'lib32-glibc' 'eudev-systemdcompat')
+makedepends=('gcc-multilib' 'lib32-util-linux' 'gobject-introspection' 'gperf' 'python2' 'gtk-doc' 'lib32-kmod')
+provides=("lib32-udev=${_udevver}" "lib32-systemd=${_udevver}")
+conflicts=('lib32-systemd' 'libudev.so')
options=(!makeflags !libtool)
source=("${url}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('6aef101c5496a2dc45e669307d478dbccb0ee0462a285512edcda51ff12e0e6a')
+sha256sums=('d84a5f7942393a009afc6af0bf31e98841147a0521b91ffbed161dccac303c25')
build() {
@@ -27,7 +27,6 @@ build() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
cd "${srcdir}/${_pkgname}-${pkgver}"
-
./configure \
--prefix=/usr \
--with-rootprefix=/usr \
@@ -35,7 +34,6 @@ build() {
--libdir=/usr/lib32 \
--sbindir=/usr/bin \
--with-modprobe=/usr/bin/modprobe \
- --enable-gudev \
--enable-introspection \
--disable-manpages
make
@@ -46,7 +44,7 @@ package() {
#make DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" -C src/shared uninstall
make DESTDIR="${pkgdir}" -C src/libudev install
- make DESTDIR="${pkgdir}" -C src/gudev install
+ #make DESTDIR="${pkgdir}" -C src/gudev install
make DESTDIR="${pkgdir}" -C src/shared uninstall
#rm -rf "${pkgdir}"/etc