mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
commit
4ca8a54aa1
4 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ls++-git'
|
# Template file for 'ls++-git'
|
||||||
pkgname=ls++-git
|
pkgname=ls++-git
|
||||||
version=20130829
|
version=20131104
|
||||||
revision=2
|
revision=1
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="perl-Term-ExtendedColor"
|
makedepends="perl-Term-ExtendedColor"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'perl-URI'.
|
# Template build file for 'perl-URI'.
|
||||||
pkgname=perl-URI
|
pkgname=perl-URI
|
||||||
version=1.58
|
version=1.58
|
||||||
revision=2
|
revision=4
|
||||||
wrksrc="URI-$version"
|
wrksrc="URI-$version"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
makedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="Perl Uniform Resource Identifiers class (URI, RFC 2396)"
|
short_desc="Perl Uniform Resource Identifiers class (URI, RFC 2396)"
|
||||||
homepage="http://search.cpan.org/~gaas/URI-1.58/URI.pm"
|
homepage="http://search.cpan.org/~gaas/URI-1.58/URI.pm"
|
||||||
license="GPL-1+/Artisti"
|
license="GPL-1+/Artisti"
|
||||||
|
@ -26,7 +26,7 @@ long_desc="
|
||||||
the new interface."
|
the new interface."
|
||||||
|
|
||||||
perl-URI_package() {
|
perl-URI_package() {
|
||||||
depends="${makedepends}"
|
depends="${hostmakedepends}"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
|
|
|
@ -46,3 +46,4 @@ static Key keys[] = { \
|
||||||
|
|
||||||
{ 0, XK_F11, fullscreen, { 0 } },
|
{ 0, XK_F11, fullscreen, { 0 } },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tabbed-git'
|
# Template file for 'tabbed-git'
|
||||||
pkgname=tabbed-git
|
pkgname=tabbed-git
|
||||||
version=20130829
|
version=20131104
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="Simple generic tabbed fronted to xembed aware applications"
|
short_desc="Simple generic tabbed fronted to xembed aware applications"
|
||||||
|
|
Loading…
Add table
Reference in a new issue