mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +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."
|
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/"
|
url="http://tango.freedesktop.org/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
options="!check" # No test suite.
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
depends="perl-xml-simple"
|
depends="perl-xml-simple"
|
||||||
makedepends=""
|
makedepends=""
|
||||||
source="http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2"
|
source="http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.bz2"
|
||||||
|
|
||||||
_builddir="$srcdir"/$pkgname-$pkgver
|
build() {
|
||||||
build () {
|
cd "$builddir"
|
||||||
cd "$_builddir"
|
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libexecdir=/usr/lib/icon-naming-utils \
|
--libexecdir=/usr/lib/icon-naming-utils \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var
|
||||||
|| return 1
|
make
|
||||||
make || return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package () {
|
package() {
|
||||||
cd "$_builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install
|
||||||
mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib/pkgconfig || return 1
|
mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib/pkgconfig
|
||||||
chmod +x "$pkgdir"/usr/lib/icon-naming-utils/icon-name-mapping
|
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"
|
sha512sums="7b2e3aa4c7a4857d3c190fb12d69d665bf63596a84735adddf7e67bc5e6b493eccd0b914bc32776934f04720c7071d6de35d55452ffd4966d7dbd8360907f727 icon-naming-utils-0.8.90.tar.bz2"
|
||||||
|
Loading…
Reference in New Issue
Block a user