mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
main/icon-naming-utils: modernise, mark no tests
This commit is contained in:
parent
f77bdf7ea0
commit
5285dae30a
@ -5,32 +5,29 @@ pkgrel=2
|
||||
pkgdesc="Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops."
|
||||
url="http://tango.freedesktop.org/"
|
||||
arch="noarch"
|
||||
options="!check" # No test suite.
|
||||
license="GPL-2.0"
|
||||
depends="perl-xml-simple"
|
||||
makedepends=""
|
||||
source="http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
build () {
|
||||
cd "$_builddir"
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/icon-naming-utils \
|
||||
--localstatedir=/var \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
package () {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib/pkgconfig || return 1
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib/pkgconfig
|
||||
chmod +x "$pkgdir"/usr/lib/icon-naming-utils/icon-name-mapping
|
||||
}
|
||||
|
||||
md5sums="dd8108b56130b9eedc4042df634efa66 icon-naming-utils-0.8.90.tar.bz2"
|
||||
sha256sums="b1378679df4485b4459f609a3304238b3e92d91e43744c47b70abbe690d883d5 icon-naming-utils-0.8.90.tar.bz2"
|
||||
sha512sums="7b2e3aa4c7a4857d3c190fb12d69d665bf63596a84735adddf7e67bc5e6b493eccd0b914bc32776934f04720c7071d6de35d55452ffd4966d7dbd8360907f727 icon-naming-utils-0.8.90.tar.bz2"
|
||||
|
Loading…
Reference in New Issue
Block a user