libunique1: disable static, set -devel noarch.
This commit is contained in:
parent
e45288e905
commit
b73f7c5542
3 changed files with 6 additions and 17 deletions
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'libunique1-devel'.
|
||||
#
|
||||
depends="gtk+-devel libunique1"
|
||||
noarch=yes
|
||||
depends="gtk+-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share usr
|
||||
|
|
|
@ -1,14 +1,6 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libX11.so.6
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'libunique1'.
|
||||
pkgname=libunique1
|
||||
version=1.1.6
|
||||
revision=4
|
||||
wrksrc="libunique-${version}"
|
||||
patch_args="-Np1"
|
||||
distfiles="${GNOME_SITE}/libunique/1.1/libunique-$version.tar.bz2"
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-dbus"
|
||||
revision=3
|
||||
makedepends="automake pkg-config gobject-introspection gtk+-devel"
|
||||
short_desc="Library for writing single instance applications (GTK+2)"
|
||||
maintainer="xtraeme <xtraeme@gmail.org>"
|
||||
homepage="http://live.gnome.org/LibUnique"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/libunique/1.1/libunique-$version.tar.bz2"
|
||||
checksum=e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb
|
||||
long_desc="
|
||||
Unique is a library for writing single instance application. If you launch a
|
||||
|
@ -28,9 +29,6 @@ long_desc="
|
|||
This package is built against GTK+2 toolkit, unlike libunique which uses
|
||||
the GTK+3 toolkit."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
pre_configure() {
|
||||
# Fix build with glib 2.30.
|
||||
for f in $(find ${wrksrc} -name *.[ch]); do
|
||||
|
|
Loading…
Reference in a new issue