main/dmz-cursor-theme: drop (!887)

The package was introduced with unity8 but isn't needed by anything in
pmaports, so drop it.
This commit is contained in:
Luca Weiss 2020-01-16 19:02:34 +01:00 committed by Bart Ribbers
parent 77e8425583
commit a6ad088e04
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61
2 changed files with 0 additions and 56 deletions

View File

@ -1,34 +0,0 @@
pkgname=dmz-cursor-theme
pkgver=0.4.5
pkgrel=0
pkgdesc="Vanilla DMZ cursor theme"
arch="noarch"
url="http://jimmac.musichall.cz/"
license="CCPL:by-nc-sa"
makedepends="xcursorgen"
source="http://ftp.de.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz"
subpackages="$pkgname-black"
options="!check"
build() {
cd "$builddir"
(cd DMZ-White/pngs ; ./make.sh)
(cd DMZ-Black/pngs ; ./make.sh)
}
package() {
cd "$builddir"
install -d "$pkgdir"/usr/share/icons/DMZ-White/cursors
cp -a DMZ-White/xcursors/* "$pkgdir"/usr/share/icons/DMZ-White/cursors
install -Dm644 DMZ-White/index.theme "$pkgdir"/usr/share/icons/DMZ-White/index.theme
}
black() {
pkgdesc="Vanilla DMZ Black cursor theme"
cd "$builddir"
install -d "$subpkgdir"/usr/share/icons/DMZ-Black/cursors
cp -a DMZ-Black/xcursors/* "$subpkgdir"/usr/share/icons/DMZ-Black/cursors
install -Dm644 DMZ-Black/index.theme "$subpkgdir"/usr/share/icons/DMZ-Black/index.theme
}
sha512sums="627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73 dmz-cursor-theme_0.4.5.tar.xz"

View File

@ -1,22 +0,0 @@
pkgname=xcursorgen
pkgver=1.0.7
pkgrel=0
pkgdesc="Create an X cursor file from PNG images"
arch="all"
url="https://xorg.freedesktop.org/"
license="custom"
makedepends="libx11-dev libxcursor-dev libpng-dev"
source="https://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
subpackages="$pkgname-doc"
build() {
./configure --prefix=/usr
make
}
package() {
make DESTDIR="$pkgdir" install
install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/"
}
sha512sums="bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2 xcursorgen-1.0.7.tar.bz2"