Bumprev for pkgs installing virtualpkg.d files.
This commit is contained in:
parent
13a3b27a7a
commit
c045686b04
|
@ -2,7 +2,7 @@
|
|||
__pkgname=chromium
|
||||
pkgname=${__pkgname}-unstable
|
||||
version=17.0.916.0
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://build.chromium.org/official/${__pkgname}-$version.tar.bz2"
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cronie'
|
||||
pkgname=cronie
|
||||
version=1.4.8
|
||||
revision=6
|
||||
revision=7
|
||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dcron'
|
||||
pkgname=dcron
|
||||
version=4.5
|
||||
revision=8
|
||||
revision=9
|
||||
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
||||
short_desc="Dillon's lightweight cron daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -11,7 +11,7 @@ Add_dependency run libjpeg-turbo
|
|||
provides="jpeg-devel-8"
|
||||
replaces="jpeg-devel>=0"
|
||||
|
||||
revision=4
|
||||
revision=5
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ Add_dependency run libjpeg-turbo ">=${version}"
|
|||
provides="jpeg-tools-8"
|
||||
replaces="jpeg-tools>=0"
|
||||
|
||||
revision=4
|
||||
revision=5
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libjpeg-turbo'.
|
||||
pkgname=libjpeg-turbo
|
||||
version=1.1.1
|
||||
revision=4
|
||||
revision=5
|
||||
homepage="http://libjpeg-turbo.virtualgl.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rsyslog'
|
||||
pkgname=rsyslog
|
||||
version=5.8.5
|
||||
revision=7
|
||||
revision=8
|
||||
homepage="http://www.rsyslog.com"
|
||||
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xfce4-notifyd'
|
||||
pkgname=xfce4-notifyd
|
||||
version=0.2.1
|
||||
revision=4
|
||||
revision=5
|
||||
distfiles="http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
||||
|
|
Loading…
Reference in New Issue