dd9d4a1979
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
25 lines
821 B
Bash
25 lines
821 B
Bash
# Template file for 'kmscon'
|
|
pkgname=kmscon
|
|
version=8
|
|
revision=7
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --disable-multi-seat"
|
|
hostmakedepends="pkg-config docbook-xsl xkeyboard-config libxslt"
|
|
makedepends="MesaLib-devel pango-devel libtsm-devel libxkbcommon-devel
|
|
libpciaccess-devel eudev-libudev-devel dbus-devel fuse-devel"
|
|
depends="xkeyboard-config"
|
|
short_desc="Terminal emulator based on Kernel Mode Setting (KMS)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://www.freedesktop.org/wiki/Software/kmscon"
|
|
distfiles="${FREEDESKTOP_SITE}/kmscon/releases/kmscon-${version}.tar.xz"
|
|
checksum=0ab01c1cdc4fbd692ce765e80478bc2d9663a7c55a5c75cc7ac421366ee6ae2b
|
|
lib32disabled=yes
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc*) broken="ftbfs";;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|