mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/spectrwm: minimal cleanup
1. Use a .tar.gz archive instead of a .zip archive 2. Remove the .post-install file
This commit is contained in:
parent
216a7d358b
commit
c0df993bdc
@ -1,22 +1,24 @@
|
||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Contributor: Gabriel Ruse <garuse@gmail.com>
|
||||
# Maintainer: Gabriel Ruse <garuse@gmail.com>
|
||||
pkgname=spectrwm
|
||||
pkgver=2.7.2
|
||||
pkgrel=0
|
||||
_realver="$(echo $pkgver | tr '.' '_')"
|
||||
pkgrel=1
|
||||
pkgdesc="A small dynamic tilling window manager for X11"
|
||||
url="https://github.com/conformal/spectrwm/wiki"
|
||||
arch="all"
|
||||
license="ICS"
|
||||
depends="dmenu"
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev bsd-compat-headers libxcursor-dev libxft-dev
|
||||
libxt-dev libxrandr-dev libxcb-dev xcb-util-cursor-dev
|
||||
makedepends="bsd-compat-headers libxcursor-dev libxft-dev
|
||||
libxt-dev libxrandr-dev libxcb-dev xcb-util-cursor-dev
|
||||
xcb-util-keysyms-dev xcb-util-wm-dev libxkbcommon-dev"
|
||||
install="$pkgname.post-install"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/conformal/spectrwm/archive/SPECTRWM_2_7_2.zip"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/conformal/$pkgname/archive/SPECTRWM_${_realver}.tar.gz"
|
||||
|
||||
_builddir="$srcdir/${pkgname}-$(echo ${pkgname}_${pkgver}|tr a-z. A-Z_)/linux"
|
||||
_builddir="$srcdir"/$pkgname-SPECTRWM_$_realver/linux
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
@ -44,6 +46,6 @@ package() {
|
||||
"$pkgdir"/usr/share/doc/"$pkgname" || return 1
|
||||
}
|
||||
|
||||
md5sums="d5f5a73278b384e08e6ffebbaa858a94 SPECTRWM_2_7_2.zip"
|
||||
sha256sums="273db87f4ad9b6da44c3cd237836452dfff0c862d307cd53490ddff7dd7e8468 SPECTRWM_2_7_2.zip"
|
||||
sha512sums="0c42eba060aa520c16fb0474a8922a62f9ad74815ce204030e97355bcf8f4b0a05c7ff33f2f5f2ab50186834b66c553e1403c7e1d86a8f8d9e8fe4c051ab84d3 SPECTRWM_2_7_2.zip"
|
||||
md5sums="64755f7003faf099cebdc3e6b907c4d1 spectrwm-2.7.2.tar.gz"
|
||||
sha256sums="23a5b306c5cdfda05eba365b652eca34e87f0b4317c7ff8059813adaa1c55afb spectrwm-2.7.2.tar.gz"
|
||||
sha512sums="9856bf8b6f2d9eea40edcb00e68a9d72751cd04367e797ded8deb929929944f45e17db8834ea5765a47891ba550c4db94d411e483c5d48805c593c55d522452f spectrwm-2.7.2.tar.gz"
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo " * For example configuration files and scripts install: spectrwm-doc"
|
||||
Loading…
x
Reference in New Issue
Block a user