mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-02 02:52:46 +02:00
https://github.com/sdhand/n30f a quick hack to display a png in a borderless and transparent non-wm-managed window
31 lines
973 B
Plaintext
31 lines
973 B
Plaintext
# Contributor: Camille Scholtz <onodera@openmailbox.org>
|
|
# Maintainer: Camille Scholtz <onodera@openmailbox.org>
|
|
pkgname=n30f
|
|
pkgver=1.0
|
|
pkgrel=0
|
|
pkgdesc="a quick hack to display a png in a borderless and transparent non-wm-managed window"
|
|
url="https://github.com/sdhand/n30f"
|
|
arch="all"
|
|
license="BSD"
|
|
depends=""
|
|
depends_dev="cairo-dev libxcb-dev"
|
|
makedepends="$depends_dev"
|
|
install=""
|
|
subpackages=""
|
|
source="saveas-https://github.com/sdhand/$pkgname/archive/v$pkgver.tar.gz/$pkgname-$pkgver.tar.gz"
|
|
|
|
builddir="$srcdir"/$pkgname-$pkgver
|
|
build() {
|
|
cd "$builddir"
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install || return 1
|
|
}
|
|
|
|
md5sums="263c35f82a4bc716bd19837bab84826e n30f-1.0.tar.gz"
|
|
sha256sums="be2983af3c7d84dbee799220af98c1d18b976bcb119dab0e1ededc8262dd10d4 n30f-1.0.tar.gz"
|
|
sha512sums="8c716e436c3a82883641ee911fb51abb06ce9faaeb0fee1af7ee5a3a12a8094dfb4cba8c209752c50ede4feff8b035a4d0901e1913dcdcc6f4d7590a30782700 n30f-1.0.tar.gz"
|