udisks: rebuild against libsgutils-1.45_1
This commit is contained in:
parent
1f5776f343
commit
b34e7524ac
4 changed files with 9 additions and 8 deletions
|
@ -4,7 +4,7 @@ version=0.95
|
||||||
revision=4
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="sg3_utils-devel"
|
makedepends="sg3_utils-devel"
|
||||||
short_desc="A variant of the standard Unix command dd which copies files"
|
short_desc="Variant of the standard Unix command dd which copies files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://sg.danny.cz/sg/ddpt.html"
|
homepage="http://sg.danny.cz/sg/ddpt.html"
|
||||||
|
|
|
@ -6,9 +6,9 @@ build_style=gnu-configure
|
||||||
configure_args="--with-udev-dir=/usr/lib/udev --enable-udev"
|
configure_args="--with-udev-dir=/usr/lib/udev --enable-udev"
|
||||||
hostmakedepends="intltool pkg-config"
|
hostmakedepends="intltool pkg-config"
|
||||||
makedepends="gdk-pixbuf-devel libimobiledevice-devel libplist-devel sg3_utils-devel sqlite-devel"
|
makedepends="gdk-pixbuf-devel libimobiledevice-devel libplist-devel sg3_utils-devel sqlite-devel"
|
||||||
short_desc="A shared library to access the contents of an iPod"
|
short_desc="Shared library to access the contents of an iPod"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-only"
|
||||||
homepage="http://www.gtkpod.org/libgpod/"
|
homepage="http://www.gtkpod.org/libgpod/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gtkpod/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/gtkpod/$pkgname-$version.tar.bz2"
|
||||||
checksum=638a7959d04e95f1e62abad02bd33702e4e8dfef98485ac7d9d50395c37e955d
|
checksum=638a7959d04e95f1e62abad02bd33702e4e8dfef98485ac7d9d50395c37e955d
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lsvpd'
|
# Template file for 'lsvpd'
|
||||||
pkgname=lsvpd
|
pkgname=lsvpd
|
||||||
version=1.7.9
|
version=1.7.10
|
||||||
revision=2
|
revision=1
|
||||||
archs="ppc64*"
|
archs="ppc64*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -9,10 +9,11 @@ makedepends="libvpd-devel librtas-devel sg3_utils-devel zlib-devel"
|
||||||
depends="iprutils"
|
depends="iprutils"
|
||||||
short_desc="Utility to List Device Vital Product Data (VPD)"
|
short_desc="Utility to List Device Vital Product Data (VPD)"
|
||||||
maintainer="q66 <daniel@octaforge.org>"
|
maintainer="q66 <daniel@octaforge.org>"
|
||||||
license="GPL-2.0-or-later" # with librtas exception, not on SPDX
|
# with librtas exception, not on SPDX
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://sourceforge.net/projects/linux-diag"
|
homepage="https://sourceforge.net/projects/linux-diag"
|
||||||
distfiles="${SOURCEFORGE_SITE}/linux-diag/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/linux-diag/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3585b03fc7a5ce5da961a556b7891f3faea7ef5e7a9ef779dae29a3eedca870a
|
checksum=de268f9a3793530af738fe4acabc95721d40c3580d5a5350a77d5d7277b98d13
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'udisks'
|
# Template file for 'udisks'
|
||||||
pkgname=udisks
|
pkgname=udisks
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-lvm2"
|
configure_args="--disable-static --enable-lvm2"
|
||||||
make_dirs="/var/lib/udisks 0750 root root"
|
make_dirs="/var/lib/udisks 0750 root root"
|
||||||
|
|
Loading…
Reference in a new issue