mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 16:47:15 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
7aa42e3e5b
31
python2-gobject3/PKGBUILD
Normal file
31
python2-gobject3/PKGBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer: abveritas@chakra-project.org
|
||||
|
||||
pkgname=python2-gobject3
|
||||
pkgbase=pygobject
|
||||
pkgver=3.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="Python2 bindings for GObject, including all introspection files"
|
||||
arch=('x86_64')
|
||||
url="https://live.gnome.org/PyGObject"
|
||||
license=('LGPL')
|
||||
depends=('python2' 'python2-cairo' 'gobject-introspection')
|
||||
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/pygobject-$pkgver.tar.xz")
|
||||
options=('!libtool')
|
||||
md5sums=('3f6e63de5aa422710c268b249e2244bf')
|
||||
|
||||
build() {
|
||||
cd "$pkgbase-$pkgver"
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgbase-$pkgver"
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
@ -5,22 +5,29 @@
|
||||
|
||||
pkgname=udisks
|
||||
pkgver=1.0.4
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Disk Management Service"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/udisks"
|
||||
license=('GPL')
|
||||
depends=('systemd' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 'device-mapper' 'libatasmart' 'lsof' 'lvm2' 'eject')
|
||||
depends=('systemd' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 'device-mapper'
|
||||
'libatasmart' 'lsof' 'lvm2' 'util-linux')
|
||||
makedepends=('intltool' 'docbook-xsl')
|
||||
options=(!libtool)
|
||||
replaces=('devicekit-disks')
|
||||
source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
|
||||
udisks.service)
|
||||
sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5'
|
||||
'0b9cbf41935feed3e4e2430fd4e06eb29864554dbb9f330c9d2a5fa2ef185131')
|
||||
source=("http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz"
|
||||
'udisks.service'
|
||||
'drop-pci-db.patch')
|
||||
md5sums=('86c63b2b5484f2060499a052b5b6256b'
|
||||
'5d80832b4d4da72beeb45c15b63a1481'
|
||||
'2746c65d0d12fcc6a550b5a8d9085ab2')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
# fix fail pci-db message, patch thanks to Tom Gundersen <teg@jklm.no>
|
||||
patch -p1 -i ${srcdir}/drop-pci-db.patch
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||
--libexecdir=/usr/lib/udisks --disable-static
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user