mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
7263562dd8
commit
144e2ce7aa
6 changed files with 14 additions and 10 deletions
|
@ -1130,8 +1130,8 @@ libjansson.so.4 jansson-2.4_1
|
||||||
libleveldb.so.1 leveldb-1.8.0_1
|
libleveldb.so.1 leveldb-1.8.0_1
|
||||||
libcprops.so.15 libcprops-0.1.12_1
|
libcprops.so.15 libcprops-0.1.12_1
|
||||||
libopus.so.0 opus-1.0.2_1
|
libopus.so.0 opus-1.0.2_1
|
||||||
libconfig++.so.9 libconfig++-1.4.8_1
|
libconfig++.so.11 libconfig++-1.7.1_1
|
||||||
libconfig.so.9 libconfig-1.4.8_1
|
libconfig.so.11 libconfig-1.7.1_1
|
||||||
libopusfile.so.0 opusfile-0.2_1
|
libopusfile.so.0 opusfile-0.2_1
|
||||||
libopusurl.so.0 opusfile-0.6_1
|
libopusurl.so.0 opusfile-0.6_1
|
||||||
libgtkaml.so.0 libgtkaml-0.5.94_1
|
libgtkaml.so.0 libgtkaml-0.5.94_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'compton-conf'
|
# Template file for 'compton-conf'
|
||||||
pkgname=compton-conf
|
pkgname=compton-conf
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPULL_TRANSLATIONS=0"
|
configure_args="-DPULL_TRANSLATIONS=0"
|
||||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'compton-git'
|
# Template file for 'compton-git'
|
||||||
pkgname=compton-git
|
pkgname=compton-git
|
||||||
version=20170430
|
version=20170430
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
hostmakedepends="pkg-config asciidoc git"
|
hostmakedepends="pkg-config asciidoc git"
|
||||||
makedepends="dbus-devel libXcomposite-devel libXrandr-devel pcre-devel
|
makedepends="dbus-devel libXcomposite-devel libXrandr-devel pcre-devel
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'libconfig'
|
# Template file for 'libconfig'
|
||||||
pkgname=libconfig
|
pkgname=libconfig
|
||||||
version=1.5
|
version=1.7.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake byacc flex libtool"
|
||||||
short_desc="C Configuration File Library"
|
short_desc="C Configuration File Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://hyperrealm.com/libconfig/libconfig.html"
|
homepage="http://hyperrealm.com/libconfig/libconfig.html"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://www.hyperrealm.com/libconfig/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/hyperrealm/libconfig/archive/v${version}.tar.gz"
|
||||||
checksum=e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6
|
checksum=d288e6ae817f4ef78df43cdb2647f768dc97899ee82fcc41f857e8eb9fd7fbdb
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -vi
|
||||||
|
}
|
||||||
libconfig++_package() {
|
libconfig++_package() {
|
||||||
short_desc="C++ Configuration File Library"
|
short_desc="C++ Configuration File Library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'toxic'
|
# Template file for 'toxic'
|
||||||
pkgname=toxic
|
pkgname=toxic
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Ncurses-based TOX instant messanger client"
|
short_desc="Ncurses-based TOX instant messanger client"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'umurmur'
|
# Template file for 'umurmur'
|
||||||
pkgname=umurmur
|
pkgname=umurmur
|
||||||
version=0.2.17
|
version=0.2.17
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shmapi --with-ssl=openssl"
|
configure_args="--enable-shmapi --with-ssl=openssl"
|
||||||
conf_files="/etc/umurmur/umurmur.conf"
|
conf_files="/etc/umurmur/umurmur.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue