~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] testing/premium-cursor-theme: new aport

Details
Message ID
<1419925229-5015-1-git-send-email-amatcoder@gmail.com>
Sender timestamp
1419925229
DKIM signature
missing
Download raw message
Patch: +28 -0
---
 testing/premium-cursor-theme/APKBUILD | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 testing/premium-cursor-theme/APKBUILD

diff --git a/testing/premium-cursor-theme/APKBUILD b/testing/premium-cursor-theme/APKBUILD
new file mode 100644
index 0000000..362abec
--- /dev/null
+++ b/testing/premium-cursor-theme/APKBUILD
@@ -0,0 +1,28 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=premium-cursor-theme
_pkgname=Premium
pkgver=0.3
pkgrel=0
pkgdesc="Premium X Cursor Theme"
url="http://www.kde-look.org/content/show.php?content=14485"
arch="noarch"
license="GPL2"
depends=""
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages=""
source="http://www.kde-look.org/CONTENT/content-files/14485-$_pkgname-$pkgver.tar.bz2"

_builddir="$srcdir"/$_pkgname-$pkgver
package() {
	mkdir -p "$pkgdir"/usr/share/icons/Premium  || return 1

	cp "$_builddir"/Premium/index.theme "$pkgdir"/usr/share/icons/Premium || return 1
	cp -r "$_builddir"/Premium/cursors "$pkgdir"/usr/share/icons/Premium || return 1
}

md5sums="0d7b263d25a093012da2b46c11a62d06  14485-Premium-0.3.tar.bz2"
sha256sums="e4c74d06fd1de21038e57bfa4273ab58f786a91ff703844dd3ee23fcef739596  14485-Premium-0.3.tar.bz2"
sha512sums="70a64d8d953f314b032d73c05ab42e7b13bbf17a2b2c978dd0313d00db88bfbedaaa91eecf874a1d35b4b140938f9cf13637a44228983349d4c686746d0d9070  14485-Premium-0.3.tar.bz2"
-- 
2.2.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20141230164246.42cfcaaa@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1419925229-5015-1-git-send-email-amatcoder@gmail.com> (view parent)
Sender timestamp
1419954166
DKIM signature
missing
Download raw message
On Tue, 30 Dec 2014 07:40:29 +0000
AmatCoder <amatcoder@gmail.com> wrote:

> ---
>  testing/premium-cursor-theme/APKBUILD | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 testing/premium-cursor-theme/APKBUILD

applied. Thanks!

-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)