summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-06-23 08:52:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-06-23 08:54:37 +0200
commit6caf4fe1ac978a1660daf4224f562e33db6e510b (patch)
tree79be8228baf615849638fcd8b2174cc09d4fc9f0
parent787c105f14905bd3f4e993701320e25cfb03b4af (diff)
downloadtde-packaging-6caf4fe1ac978a1660daf4224f562e33db6e510b.tar.gz
tde-packaging-6caf4fe1ac978a1660daf4224f562e33db6e510b.zip
ArchLinux imlib: Provide binary package for all architectures.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--arch/tde-deps/imlib/.SRCINFO31
-rw-r--r--arch/tde-deps/imlib/PKGBUILD4
2 files changed, 33 insertions, 2 deletions
diff --git a/arch/tde-deps/imlib/.SRCINFO b/arch/tde-deps/imlib/.SRCINFO
new file mode 100644
index 000000000..3a7e771bb
--- /dev/null
+++ b/arch/tde-deps/imlib/.SRCINFO
@@ -0,0 +1,31 @@
+pkgbase = imlib
+ pkgdesc = General image handling library for X11 and Gtk
+ pkgver = 1.9.15
+ pkgrel = 18
+ url = http://freshmeat.net/projects/imlib/
+ arch = x86_64
+ arch = aarch64
+ arch = armv7h
+ arch = powerpc64le
+ license = GPL
+ makedepends = libxt
+ depends = giflib
+ depends = libpng
+ depends = libtiff
+ depends = libxext
+ source = https://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-1.9.15.tar.bz2
+ source = debian-bug448360.patch
+ source = CAN-2004-1026.patch
+ source = aclocal-fixes.patch
+ source = imlib-1.9.15-libpng15.patch
+ source = imlib-giflib51.patch
+ source = imlib-gtk.patch
+ sha512sums = f50d9141b3c54b44921aa09c0a5ea848aefaa904efdd6da132dace42604671f8dbd3e4b71a596f054f0db4525ba2002864b5e5b21f8805cf1b5514b661ac254a
+ sha512sums = 0c805568c54149239a3106293e7a4f5abe127abebc1a851cda87958fede996d6c0415fe1b47a7f023f2deb2e3460204d5aae4fce5787e402a026d46c2e7e662c
+ sha512sums = a75537267e9e276920fbc0360cd4832f727c6c9857401889bdb1466f3088c98e5ea2ef84a94a5873a3c12dda0b9aed36a5e2039fece87e51154a3b773d97aa5c
+ sha512sums = ca4d2a047ee07f25bb462c8b34fc8298ef9a31b39f83309598a696973534e144f8f02a130bb764737dfbd329073e64abe4f8a673d66731822fece4969d7ab02a
+ sha512sums = e7a6d48ef04fbcfcab998e6968130796ab3da1fd9def14ab2ccc713e0956f1f2be3f3a8f680ded5f00cb7ac9ea31d2f94de04aaa039ec5b03cece71f36f14294
+ sha512sums = 91a62ed701974b953c2bc4f6b530ea7614b2195906110fcdc45bb200acacea0c54d431c3eafdcd2b33877606ef6b23bd34d051f99f90e5505d8e725b78278c89
+ sha512sums = fb05c545e8c8e3eaf6a6cc390c0c9211c37074f7bd6805529254d9c61d56ceb9b2e3877d276f46ac0b195ae796e52c5baad11781ef91272c955529396bdf6de7
+
+pkgname = imlib
diff --git a/arch/tde-deps/imlib/PKGBUILD b/arch/tde-deps/imlib/PKGBUILD
index a3035caca..7e00c8ae3 100644
--- a/arch/tde-deps/imlib/PKGBUILD
+++ b/arch/tde-deps/imlib/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=imlib
pkgver=1.9.15
-pkgrel=17
+pkgrel=18
pkgdesc="General image handling library for X11 and Gtk"
-arch=('powerpc64le')
+arch=('x86_64' 'aarch64' 'armv7h' 'powerpc64le')
url="http://freshmeat.net/projects/imlib/"
license=('GPL')
depends=('giflib' 'libpng' 'libtiff' 'libxext')