~alpine/aports

testing/wmname: new aport v1 PROPOSED

Stefan Wagner: 1
 testing/wmname: new aport

 1 files changed, 26 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1123/mbox | git am -3
Learn more about email & git

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

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
---