~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

[alpine-aports] [PATCH] testing/wmname: new aport

Stefan Wagner <stw@bit-strickerei.de>
Details
Message ID
<20160704220338.25043-1-stw@bit-strickerei.de>
Sender timestamp
1467669818
DKIM signature
missing
Download raw message
Patch: +26 -0
Sets the window manager name property of the root window
http://tools.suckless.org/x/wmname
---
 testing/wmname/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 testing/wmname/APKBUILD

diff --git a/testing/wmname/APKBUILD b/testing/wmname/APKBUILD
new file mode 100644
index 0000000..1dce59a
--- /dev/null
+++ b/testing/wmname/APKBUILD
@@ -0,0 +1,26 @@
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=wmname
pkgver=0.1
pkgrel=0
pkgdesc="Sets the window manager name property of the root window"
url="http://tools.suckless.org/x/wmname"
arch="all"
license="MIT"
makedepends="libx11-dev"
source="http://dl.suckless.org/tools/wmname-0.1.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	make
}

package() {
	cd "$builddir"
	make PREFIX=/usr DESTDIR=$pkgdir install
}

md5sums="6903d299f84d335e529fbd2c1d6e49fe  wmname-0.1.tar.gz"
sha256sums="559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5  wmname-0.1.tar.gz"
sha512sums="e57100f8de2579f4090c0aaf5a5b134d03bcbcdca5c6d005b12ce39ad322d96651bb13d151cf259e935e6c50e7b21bde43a4eace112be80983a92f92b99f192f  wmname-0.1.tar.gz"
-- 
2.9.0



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