diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /unmaintained/t1-cursor/APKBUILD | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'unmaintained/t1-cursor/APKBUILD')
-rw-r--r-- | unmaintained/t1-cursor/APKBUILD | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/unmaintained/t1-cursor/APKBUILD b/unmaintained/t1-cursor/APKBUILD new file mode 100644 index 0000000000..82242670ac --- /dev/null +++ b/unmaintained/t1-cursor/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Maintainer: +pkgname=t1-cursor +pkgver=1.0.2 +pkgrel=0 +pkgdesc="Coursor font. Type 1 version." +url="http://xorg.freedesktop.org/" +arch="noarch" +license="custom" +depends="fontconfig" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +source="$url/releases/individual/font/font-xfree86-type1-$pkgver.tar.bz2" + +_builddir="$srcdir"/font-xfree86-type1-$pkgver + +build() { + cd "$_builddir" +} + +package() { + cd "$_builddir" + install -Dm644 cursor.pfa \ + "${pkgdir}/usr/share/fonts/${pkgname}" || return 1 +} + +md5sums="a966f5a8aade9e63af86d8a6bf3e8586 font-xfree86-type1-1.0.2.tar.bz2" +sha256sums="7a026aeaafe5a619b2c1b35cd361125b169b2212eaf0f2f5ce796038b1cf06cd font-xfree86-type1-1.0.2.tar.bz2" +sha512sums="5fd55c5300f66be2fd9f00bc4805f9184e2d5fed9644276ae3a8e4c70582d6543534aa515274f3e19747137efb3541e4b0f7e9e60a5975d795df249493742552 font-xfree86-type1-1.0.2.tar.bz2" |