commit
daf3b705db
|
@ -322,6 +322,7 @@ libMagickWand.so.6 libmagick-6.8.0.7_1
|
|||
libMagick++.so.6 libmagick-6.8.0.7_1
|
||||
libltdl.so.7 libltdl-2.2.6_1
|
||||
libpoppler.so.26 poppler-0.20.2_1
|
||||
libpoppler.so.35 poppler-0.22.2_1
|
||||
libpoppler-glib.so.8 poppler-glib-0.18.2_1
|
||||
libpoppler-cpp.so.0 poppler-cpp-0.18.2_1
|
||||
libpoppler-qt4.so.3 poppler-qt4-0.18.2_1
|
||||
|
@ -487,7 +488,7 @@ libstreamanalyzer.so.0 strigi-0.7.2_1
|
|||
libstrigihtmlgui.so.0 strigi-0.7.2_1
|
||||
libstreams.so.0 strigi-0.7.2_1
|
||||
libstrigiqtdbusclient.so.0 strigi-0.7.2_1
|
||||
libclucene.so.0 clucene-0.9.21b
|
||||
libclucene.so.0 clucene-0.9.21b_1
|
||||
libecpg_compat.so.3 postgresql-libs-8.4.2_1
|
||||
libecpg.so.6 postgresql-libs-8.4.2_1
|
||||
libpgtypes.so.3 postgresql-libs-8.4.2_1
|
||||
|
@ -681,6 +682,8 @@ libgupnp-1.0.so.4 gupnp-0.18.0_1
|
|||
libsamplerate.so.0 libsamplerate-0.1.7_1
|
||||
libmms.so.0 libmms-0.6_1
|
||||
libsmbclient.so.0 libsmbclient-3.5.6_1
|
||||
libsmbios.so.2 libsmbios-2.2.28_1
|
||||
libsmbios_c.so.2 libsmbios-2.2.28_1
|
||||
libwbclient.so.0 libsmbclient-3.5.6_1
|
||||
libjasper.so.1 libjasper-1.900.1_1
|
||||
librecode.so.0 librecode-3.6_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'SDL_image'
|
||||
pkgname=SDL_image
|
||||
version=1.2.12
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
# The following are dlopen(3)ed at runtime.
|
||||
depends="libpng>=1.5.10 tiff libjpeg-turbo libwebp>=0.2.0"
|
||||
makedepends="libpng-devel>=1.5.10 tiff-devel libjpeg-turbo-devel SDL-devel libwebp-devel>=0.2.0"
|
||||
makedepends="tiff-devel SDL-devel libwebp-devel>=0.2.0"
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="Load images as SDL surfaces"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'abiword'
|
||||
pkgname=abiword
|
||||
version=2.8.6
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shave --enable-collab-backend-telepathy
|
||||
--enable-collab-backend-tcp --enable-collab-backend-service
|
||||
|
@ -9,7 +9,7 @@ configure_args="--enable-shave --enable-collab-backend-telepathy
|
|||
--disable-static"
|
||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="automake flex pkg-config libjpeg-turbo-devel libpng-devel>=1.5.10
|
||||
makedepends="automake libtool flex pkg-config libjpeg-turbo-devel libpng-devel>=1.5.10
|
||||
fribidi-devel libgsf-devel enchant-devel gtk+-devel librsvg-devel
|
||||
wv-devel boost-devel readline-devel libxslt-devel libwmf-devel"
|
||||
short_desc="Free word processing program similar to Microsoft(R) Word"
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
hack until acct pulls a newer gnulib version
|
||||
|
||||
From 66712c23388e93e5c518ebc8515140fa0c807348 Mon Sep 17 00:00:00 2001
|
||||
From: Eric Blake <eblake@redhat.com>
|
||||
Date: Thu, 29 Mar 2012 13:30:41 -0600
|
||||
Subject: [PATCH] stdio: don't assume gets any more
|
||||
|
||||
Gnulib intentionally does not have a gets module, and now that C11
|
||||
and glibc have dropped it, we should be more proactive about warning
|
||||
any user on a platform that still has a declaration of this dangerous
|
||||
interface.
|
||||
|
||||
--- lib/stdio.in.h
|
||||
+++ lib/stdio.in.h
|
||||
@@ -125,7 +125,6 @@
|
||||
so any use of gets warrants an unconditional warning. Assume it is
|
||||
always declared, since it is required by C89. */
|
||||
#undef gets
|
||||
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
|
||||
|
||||
#if @GNULIB_FOPEN@
|
||||
# if @REPLACE_FOPEN@
|
|
@ -3,8 +3,10 @@ pkgname=acct
|
|||
version=6.5.5
|
||||
distfiles="http://ftp.gnu.org/gnu/acct/acct-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="GNU Accounting Utilities"
|
||||
homepage="https://www.gnu.org/software/acct/"
|
||||
license="GPL-3"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4163c87b9e92a73a65eaeadc6c41caa4626da782ff26d6e7a945edcc140a6fd5
|
||||
long_desc="
|
||||
|
|
|
@ -5,9 +5,11 @@ wrksrc=acpica-unix-${version}
|
|||
# Sigh, can't use official URL!
|
||||
#distfiles="http://acpica.org/downloads/acpica-unix-${version}.tar.gz"
|
||||
distfiles="http://xbps.nopcode.org/distfiles/acpica-unix-${version}.tar.gz"
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="flex"
|
||||
short_desc="Intel ACPI CA Unix utilities"
|
||||
homepage="https://www.acpica.org/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=97fdbf6768f26f15ebf6aa106461e10f8e84bfb2766c7f8fe313fcd08e381d2e
|
||||
long_desc="
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'agar'
|
||||
pkgname=agar
|
||||
version=1.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${SOURCEFORGE_SITE}/agar/agar-$version.tar.gz"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --without-db4 --enable-nls
|
||||
|
@ -11,6 +11,8 @@ make_build_target="depend all"
|
|||
depends="glibc freetype jpeg libGL SDL"
|
||||
makedepends="perl groff freetype-devel libjpeg-turbo-devel MesaLib-devel SDL-devel"
|
||||
short_desc="Modern open-source, cross-platform toolkit"
|
||||
homepage="http://libagar.org/"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=6af24c3ffecdddc04f28f707065f6fa66c5a8f83062faf62563db09eec1842c4
|
||||
long_desc="
|
||||
|
|
|
@ -12,7 +12,10 @@ pkgname=apache-mpm-event
|
|||
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=event"
|
||||
# dlopen(3) run-time dependencies.
|
||||
depends="apache>=$version"
|
||||
revision=2
|
||||
revision=3
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://httpd.apache.org/"
|
||||
license="Apache-2.0"
|
||||
short_desc="Apache HTTP Server - event driven model"
|
||||
long_desc="
|
||||
Each Apache Multi-Processing Module provides a different flavor of web
|
||||
|
|
|
@ -12,7 +12,10 @@ pkgname=apache-mpm-worker
|
|||
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=worker"
|
||||
# dlopen(3) run-time dependencies.
|
||||
depends="apache>=$version"
|
||||
revision=2
|
||||
revision=3
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://httpd.apache.org/"
|
||||
license="Apache-2.0"
|
||||
short_desc="Apache HTTP Server - high speed threaded mode"
|
||||
long_desc="
|
||||
Each Apache Multi-Processing Module provides a different flavor of web
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
pkgname=apg
|
||||
version=2.2.3
|
||||
distfiles="http://www.adel.nursat.kz/apg/download/apg-$version.tar.gz"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Automated Password Generator"
|
||||
homepage="http://www.adel.nursat.kz/apg/"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=69c9facde63958ad0a7630055f34d753901733d55ee759d08845a4eda2ba7dba
|
||||
long_desc="
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'apr-util'
|
||||
pkgname=apr-util
|
||||
version=1.3.12
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
|
||||
--with-berkeley-db --with-gdbm --with-apr=/usr --without-odbc
|
||||
--with-expat=/usr --without-oracle"
|
||||
makedepends="apr-devel db-devel expat-devel gdbm-devel libldap-devel
|
||||
libmysqlclient-devel libuuid-devel openssl-devel postgresql-libs-devel
|
||||
sqlite-devel zlib-devel"
|
||||
libmysqlclient-devel postgresql-libs-devel sqlite-devel zlib-devel"
|
||||
short_desc="The Apache Portable Runtime Utility Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://apr.apache.org/"
|
||||
|
|
|
@ -6,8 +6,10 @@ build_style=gnu-configure
|
|||
configure_args="--enable-compile-in-filters"
|
||||
makedepends="ncurses-devel"
|
||||
fulldepends="perl>=0"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Spell checker with good multi-language support"
|
||||
homepage="http://aspell.net/"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1
|
||||
long_desc="
|
||||
|
|
|
@ -3,9 +3,11 @@ pkgname=automoc4
|
|||
version=0.9.88
|
||||
distfiles="ftp://ftp.kde.org/pub/kde/stable/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||
build_style=cmake
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="pkg-config cmake qt-devel"
|
||||
short_desc="Automatic moc for Qt 4 packages"
|
||||
homepage="http://techbase.kde.org/Development/Tools/Automoc4"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=234116f4c05ae21d828594d652b4c4a052ef75727e2d8a4f3a4fb605de9e4c49
|
||||
long_desc="
|
||||
|
|
|
@ -3,9 +3,11 @@ pkgname=bdftopcf
|
|||
version=1.0.3
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="pkg-config libXfont-devel"
|
||||
short_desc="BDF to PCF font converter for X11"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9c90b408b2fe079495697bfc8fb13da940b2b70f4907213bf5dcc9e3024a1d0a
|
||||
long_desc="
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'brasero'
|
||||
pkgname=brasero
|
||||
version=3.8.0
|
||||
revision=1
|
||||
revision=2
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-caches"
|
||||
|
@ -10,7 +10,7 @@ hostmakedepends="pkg-config intltool which gnome-doc-utils
|
|||
itstool gobject-introspection"
|
||||
makedepends="gst-plugins-base1-devel totem-pl-parser-devel libnotify-devel
|
||||
libcanberra-devel nautilus-devel>=3.8 tracker-devel>=0.16 libisofs-devel
|
||||
libburn-devel"
|
||||
libburn-devel libSM-devel"
|
||||
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/brasero"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cairo'.
|
||||
pkgname=cairo
|
||||
version=1.12.14
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-tee"
|
||||
subpackages="$pkgname-devel"
|
||||
|
@ -24,7 +24,7 @@ long_desc="
|
|||
antialiased text rendering."
|
||||
|
||||
depends="pixman>=0.28"
|
||||
hostmakedepends="which automake pkg-config"
|
||||
hostmakedepends="which automake libtool pkg-config"
|
||||
makedepends="libpng-devel>=1.5.10 fontconfig-devel pixman-devel>=0.28 libXrender-devel>=0.9.7_3 libglib-devel"
|
||||
|
||||
pre_configure() {
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.gz"
|
|||
build_style=gnu-makefile
|
||||
depends="glibc libcap"
|
||||
makedepends="libcap-devel"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Use chroot with capabilities as normal user"
|
||||
homepage="https://projects.archlinux.org/users/thomas/capchroot.git/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9e28571684022698921f25711f60f3e634206412851150905ec73cfd63bc0e92
|
||||
long_desc="
|
||||
|
|
|
@ -5,9 +5,11 @@ distfiles="ftp://ftp.berlios.de/pub/cdrecord/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-makefile
|
||||
make_build_args="CCOM=gcc RUNPATH= LDPATH= NOWARN=true"
|
||||
make_install_args="INS_BASE=/usr MANDIR=/man"
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="acl-devel"
|
||||
short_desc="Highly portable CD/DVD/BluRay command line recording software"
|
||||
homepage="http://cdrecord.berlios.de/"
|
||||
license="CDDL"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=7f9cb64820055573b880f77b2f16662a512518336ba95ab49228a1617973423d
|
||||
long_desc="
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'celt051'
|
||||
pkgname=celt051
|
||||
version=0.5.1.3
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc=celt-${version}
|
||||
distfiles="http://downloads.us.xiph.org/releases/celt/celt-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config libogg-devel"
|
||||
short_desc="An audio codec for use in low-delay speech and audio communication"
|
||||
homepage="http://www.celt-codec.org/"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e
|
||||
long_desc="
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'clucene'
|
||||
pkgname=clucene
|
||||
version=0.9.21b
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc=${pkgname}-core-${version}
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-core-${version}.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
makedepends="libstdc++-devel"
|
||||
short_desc="Text search engine written in C++"
|
||||
homepage="http://clucene.sourceforge.net/"
|
||||
license="LGPL-2+/ASL-2.0"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=202ee45af747f18642ae0a088d7c4553521714a511a1a9ec99b8144cf9928317
|
||||
long_desc="
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'connman-gnome'
|
||||
pkgname=connman-gnome
|
||||
version=0.5
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${KERNEL_SITE}/network/connman/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool glib-devel gtk+-devel dbus-glib-devel"
|
||||
fulldepends="connman desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Open Source CONNection MANager GTK+2 frontend"
|
||||
homepage="https://git.kernel.org/cgit/network/connman/connman-gnome.git"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e2bab2c3d8efea54bb57bc98821b56de4a82e284281f26b8ea162d9ce30ce79e
|
||||
long_desc="
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
pkgname=cpufrequtils
|
||||
version=008
|
||||
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
||||
homepage="ftp://ftp.archlinux.org/other/cpufrequtils/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1
|
||||
long_desc="
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'cups-filters'
|
||||
pkgname=cups-filters
|
||||
version=1.0.29
|
||||
version=1.0.31
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 tiff-devel
|
||||
libqpdf-devel poppler-cpp-devel>=0.20.2 fontconfig-devel avahi-libs-devel
|
||||
ghostscript-devel cups-devel"
|
||||
makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 libqpdf-devel
|
||||
poppler-cpp-devel>=0.22.2 fontconfig-devel avahi-glib-libs-devel ghostscript-devel
|
||||
cups-devel"
|
||||
fulldepends="ghostscript poppler-utils"
|
||||
short_desc="The OpenPrinting CUPS Filters"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1, MIT"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
||||
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=e66254373a9fb4629979d5409ce2a7796af94b493b31e8734c1695dfa26c834e
|
||||
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=5044a93c00398e80e5b900f471e12f14ccd3ce19e99679c787eca874b856d5de
|
||||
|
||||
post_install() {
|
||||
# remove development stuff.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'cups'
|
||||
pkgname=cups
|
||||
version=1.6.1
|
||||
revision=5
|
||||
revision=6
|
||||
patch_args="-Np1"
|
||||
depends="libcups>=${version}_${revision} cups-filters bc"
|
||||
makedepends="automake perl pkg-config acl-devel libjpeg-turbo-devel
|
||||
makedepends="automake pkg-config acl-devel libjpeg-turbo-devel
|
||||
libpng-devel>=1.5.10 tiff-devel openssl-devel pam-devel mit-krb5-devel
|
||||
poppler-devel libusb-devel avahi-libs-devel systemd-devel gnutls-devel>=3.1.5
|
||||
poppler-utils"
|
||||
|
|
|
@ -3,8 +3,10 @@ pkgname=deheader
|
|||
version=0.6
|
||||
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
||||
fulldepends="python"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="C and C++ header analyzer"
|
||||
homepage="http://www.catb.org/~esr/deheader/"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=643040b241eb47504624e9c2cc4c0f8865bf0ee2b9317ee36ee9195c75e17d4b
|
||||
long_desc="
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
diff -up dev86-0.16.17/ld/x86_aout.h.long dev86-0.16.17/ld/x86_aout.h
|
||||
--- dev86-0.16.17/ld/x86_aout.h.long 2003-01-28 23:17:14.000000000 +0100
|
||||
+++ dev86-0.16.17/ld/x86_aout.h 2009-02-19 11:37:10.000000000 +0100
|
||||
@@ -11,10 +11,11 @@
|
||||
/* If the host isn't an x86 all bets are off, use chars. */
|
||||
#if defined(i386) || defined(__BCC__) || defined(MSDOS)
|
||||
typedef long Long;
|
||||
-#define __OUT_OK 1
|
||||
#else
|
||||
-typedef char Long[4];
|
||||
+#include <stdint.h>
|
||||
+typedef int32_t Long;
|
||||
#endif
|
||||
+#define __OUT_OK 1
|
||||
|
||||
struct exec { /* a.out header */
|
||||
unsigned char a_magic[2]; /* magic number */
|
|
@ -1,26 +0,0 @@
|
|||
--- orig/makefile.in 2010-12-22 12:56:31.610881756 +0100
|
||||
+++ new/makefile.in 2010-12-22 12:57:12.344232346 +0100
|
||||
@@ -89,10 +89,10 @@ EXE=
|
||||
|
||||
#ifdef GNUMAKE
|
||||
all: check_config bcc86 cpp unproto copt as86 ar86 ld86 objdump86 \
|
||||
- library lib-bsd alt-libs elksemu
|
||||
+ library lib-bsd alt-libs
|
||||
|
||||
install: check_config install-bcc install-man \
|
||||
- install-lib install-emu
|
||||
+ install-lib
|
||||
|
||||
install-all: install install-other
|
||||
|
||||
@@ -123,10 +123,6 @@ INCLDIR= %INCLDIR%
|
||||
ASLDDIR= %ASLDDIR%
|
||||
MANDIR= %MANDIR%
|
||||
|
||||
-#ifdef GNUMAKE
|
||||
-export ELKSSRC
|
||||
-#endif
|
||||
-
|
||||
DISTBIN= $(DIST)$(BINDIR)
|
||||
DISTLIB= $(DIST)$(LIBDIR)
|
||||
DISTASLD=$(DIST)$(ASLDDIR)
|
|
@ -1,11 +0,0 @@
|
|||
--- dev86-0.16.17/makefile.in.nostrip 2007-01-30 14:28:38.000000000 +0100
|
||||
+++ dev86-0.16.17/makefile.in 2007-01-30 14:40:56.000000000 +0100
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
# Install files with the userid of the currently running process.
|
||||
INDAT=-m 644
|
||||
-INEXE=-m 755 -s
|
||||
+INEXE=-m 755
|
||||
INSCR=-m 755
|
||||
|
||||
#ifdef __CYGWIN__
|
|
@ -1,24 +0,0 @@
|
|||
diff -up dev86-0.16.17/bcc/bcc.c.overflow dev86-0.16.17/bcc/bcc.c
|
||||
--- dev86-0.16.17/bcc/bcc.c.overflow 2005-01-03 23:41:55.000000000 +0100
|
||||
+++ dev86-0.16.17/bcc/bcc.c 2009-02-19 10:49:32.000000000 +0100
|
||||
@@ -16,6 +16,7 @@
|
||||
* -M0 A framework for the -B option.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
+#include <limits.h>
|
||||
#ifdef __STDC__
|
||||
#include <stdlib.h>
|
||||
#ifndef MSDOS
|
||||
@@ -1308,11 +1309,7 @@ void reset_prefix_path()
|
||||
|
||||
for(d=s=ptr; d && *s; s=d)
|
||||
{
|
||||
-#ifdef MAXPATHLEN
|
||||
- char buf[MAXPATHLEN];
|
||||
-#else
|
||||
- char buf[1024];
|
||||
-#endif
|
||||
+ char buf[PATH_MAX];
|
||||
|
||||
free(temp);
|
||||
d=strchr(s, ':');
|
|
@ -1,27 +0,0 @@
|
|||
From: Lubomir Rintel <lkundrak@v3.sk>
|
||||
|
||||
There are off-by-one errors when filling the ar headers, the trailing nul
|
||||
would overflow the target buffer.
|
||||
|
||||
diff -urp dev86-0.16.17/ld/mkar.c dev86-0.16.17.fixed/ld/mkar.c
|
||||
--- dev86-0.16.17/ld/mkar.c 2004-06-20 09:23:27.000000000 +0200
|
||||
+++ dev86-0.16.17.fixed/ld/mkar.c 2010-03-29 23:34:30.351426404 +0200
|
||||
@@ -51,12 +51,12 @@ char buf[128];
|
||||
memset(&arbuf, ' ', sizeof(arbuf));
|
||||
strcpy(buf, ptr); strcat(buf, "/ ");
|
||||
strncpy(arbuf.ar_name, buf, sizeof(arbuf.ar_name));
|
||||
-
|
||||
- sprintf(arbuf.ar_date, "%-12ld", (long)st.st_mtime);
|
||||
- sprintf(arbuf.ar_uid, "%-6d", (int)(st.st_uid%1000000L));
|
||||
- sprintf(arbuf.ar_gid, "%-6d", (int)(st.st_gid%1000000L));
|
||||
- sprintf(arbuf.ar_mode, "%-8lo", (long)st.st_mode);
|
||||
- sprintf(arbuf.ar_size, "%-10ld", (long)st.st_size);
|
||||
+
|
||||
+ snprintf(arbuf.ar_date, 12, "%-12ld", (long)st.st_mtime);
|
||||
+ snprintf(arbuf.ar_uid, 6, "%-6d", (int)(st.st_uid%1000000L));
|
||||
+ snprintf(arbuf.ar_gid, 6, "%-6d", (int)(st.st_gid%1000000L));
|
||||
+ snprintf(arbuf.ar_mode, 8, "%-8lo", (long)st.st_mode);
|
||||
+ snprintf(arbuf.ar_size, 10, "%-10ld", (long)st.st_size);
|
||||
memcpy(arbuf.ar_fmag, ARFMAG, sizeof(arbuf.ar_fmag));
|
||||
|
||||
if( fwrite(&arbuf, 1, sizeof(arbuf), fd) != sizeof(arbuf) )
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'dev86'
|
||||
pkgname=dev86
|
||||
version=0.16.18
|
||||
patch_args="-Np1"
|
||||
version=0.16.19
|
||||
distfiles="http://www.debath.co.uk/dev86/Dev86src-$version.tar.gz"
|
||||
revision=1
|
||||
fulldepends="bin86"
|
||||
short_desc="8086 cross development compiler, assembler and linker"
|
||||
homepage="http://www.debath.co.uk/dev86/"
|
||||
license="GPL+, GPL-2+, LGPL-2+"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=049852a83898d3ee0ba97b88e526897ec6eaf0a051f4af1e9e073b1151178ff1
|
||||
checksum=33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e
|
||||
long_desc="
|
||||
This package provides a cross development C compiler, assembler and linker
|
||||
environment for the production of 8086 executables (Optionally MSDOS COM)."
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'dhcpcd-dbus'
|
||||
pkgname=dhcpcd-dbus
|
||||
version=0.4.2
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-dbus-$version.tar.bz2"
|
||||
build_style=gnu-makefile
|
||||
makedepends="pkg-config dbus-devel"
|
||||
fulldepends="dhcpcd dbus"
|
||||
short_desc="dhcpcd D-Bus interface"
|
||||
homepage="http://roy.marples.name/projects/dhcpcd-dbus"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=beaf6c45b0066530576d44357ae8a4b32dd036c200910eb5ca5364dc8d4dc996
|
||||
long_desc="
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
--- mk/sys.mk.orig 2009-05-08 00:51:16.893203221 +0200
|
||||
+++ mk/sys.mk 2009-05-08 00:51:27.419143271 +0200
|
||||
@@ -1,12 +1,12 @@
|
||||
# Simple defaults
|
||||
|
||||
-PREFIX?= /usr/local
|
||||
+PREFIX?= /usr
|
||||
|
||||
BINDIR?= ${PREFIX}/bin
|
||||
BINMODE?= 0755
|
||||
NONBINMODE?= 0644
|
||||
|
||||
-SYSCONFDIR?= ${PREFIX}/etc
|
||||
+SYSCONFDIR?= /etc
|
||||
|
||||
AR?= ar
|
||||
ECHO?= echo
|
||||
--- src/dhcpcd-gtk/Makefile.orig 2009-05-08 00:55:08.417016098 +0200
|
||||
+++ src/dhcpcd-gtk/Makefile 2009-05-08 00:55:21.242055585 +0200
|
||||
@@ -6,7 +6,7 @@ PROG= dhcpcd-gtk
|
||||
SRCS= main.c menu.c prefs.c wpa.c
|
||||
|
||||
ICONDIR?= ${PREFIX}/share/dhcpcd/icons
|
||||
-SYSCONFDIR?= ${PREFIX}/etc/xdg/autostart
|
||||
+SYSCONFDIR?= /etc/xdg/autostart
|
||||
FILESDIR?= ${SYSCONFDIR}
|
||||
FILES= dhcpcd-gtk.desktop
|
||||
|
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'dhcpcd-gtk'
|
||||
pkgname=dhcpcd-gtk
|
||||
version=0.4.2
|
||||
revision=2
|
||||
version=0.6.0
|
||||
revision=1
|
||||
wrksrc=dhcpcd-ui-${version}
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2"
|
||||
build_style=gnu-makefile
|
||||
build_style=gnu-configure
|
||||
depends="glibc dbus-libs gtk+ libnotify"
|
||||
makedepends="pkg-config gtk+-devel libnotify-devel dbus-devel"
|
||||
fulldepends="dhcpcd dhcpcd-dbus"
|
||||
short_desc="GTK+ monitor and configuration GUI for dhcpcd"
|
||||
homepage="http://roy.marples.name/projects/dhcpcd-ui"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=95bfa51339f443530786f3d3f4dede595a168f7e1897cc7b93ac37aa8df96451
|
||||
checksum=1dc2ca46aebd41821d11f02182a694307fb26533effbbb95fd718c49156e3745
|
||||
long_desc="
|
||||
Network Configurator is a GTK+ monitor and configuration GUI for dhcpcd.
|
||||
It uses dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant.
|
||||
|
|
|
@ -3,8 +3,10 @@ pkgname=dmxproto
|
|||
version=2.3
|
||||
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Distributed Multi-headed X protocol headers from modular X.org"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3a882ca43a1f359e3489468e6c407fd7d56d559f8895cf096a2ec877d6c403b0
|
||||
long_desc="
|
||||
|
|
|
@ -15,6 +15,8 @@ makedepends="bsdtar"
|
|||
fulldepends="xmlcatmgr ISOEnts"
|
||||
revision=1
|
||||
short_desc="SGML DTD designed for computer documentation"
|
||||
homepage="http://www.docbook.org"
|
||||
license="Copyright only"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum="
|
||||
8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43
|
||||
|
|
|
@ -5,8 +5,8 @@ patch_args="-Np1"
|
|||
wrksrc="docbook2X-${version}"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/docbook2X-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
fulldepends="texinfo libxslt docbook docbook-dsssl docbook-xml docbook-xsl perl-XML-SAX xmlcatmgr"
|
||||
revision=2
|
||||
fulldepends="texinfo libxslt docbook docbook-dsssl docbook-xsl perl-XML-SAX"
|
||||
short_desc="DocBook converter to UNIX manpage and GNU Texinfo format"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://docbook2x.sourceforge.net"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'dosbox'
|
||||
pkgname=dosbox
|
||||
version=0.74
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config SDL-devel libpng-devel SDL_net-devel SDL_sound-devel MesaLib-devel"
|
||||
makedepends="pkg-config SDL-devel libpng-devel SDL_net-devel SDL_sound-devel"
|
||||
short_desc="x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.doxygen.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${version}.src.tar.gz"
|
||||
checksum=3ed9305f0cb8107564b0c1aaf5107385e277d4c03d98fe949c93d92d6e286986
|
||||
checksum=87010970dbffe769641bf212584c7cf94db1c7e82bc335b43b6c649f5f7d8273
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix /usr --with-doxywizard
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'enchant'
|
||||
pkgname=enchant
|
||||
version=1.4.2
|
||||
revision=4
|
||||
revision=5
|
||||
distfiles="http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-zemberek --disable-ispell"
|
||||
makedepends="pkg-config libstdc++-devel glib-devel aspell-devel hunspell-devel"
|
||||
short_desc="Generic spell checking library"
|
||||
homepage="http://www.abisource.com/projects/enchant/"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=95c8dd998c8fb436329d204e0edde4400b889e4e26d3f8cb888c408c9a9acc6a
|
||||
long_desc="
|
||||
|
|
|
@ -4,8 +4,10 @@ version=1.0.4
|
|||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
fulldepends="mkfontscale"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="X11 Font Index Generator"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="Public domain"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
|
||||
long_desc="
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'evas_generic_loaders'
|
||||
pkgname=evas_generic_loaders
|
||||
version=1.7.5
|
||||
revision=1
|
||||
makedepends="pkg-config evas-devel>=1.7.5 librsvg-devel poppler-devel
|
||||
libraw-devel libspectre-devel eina-devel>=1.7.5 libgomp-devel
|
||||
gst-plugins-base-devel"
|
||||
revision=2
|
||||
makedepends="pkg-config evas-devel>=1.7.5 librsvg-devel poppler-devel>=0.22.2
|
||||
libraw-devel libspectre-devel libgomp-devel gst-plugins-base-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-poppler --enable-spectre
|
||||
--enable-libraw --enable-svg --enable-gstreamer"
|
||||
|
|
|
@ -3,8 +3,10 @@ pkgname=evieext
|
|||
version=1.0.2
|
||||
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="EvIE extension headers"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT/X11"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0b85113a9770083715927f9c7a7d0ab354c8a508a91cb6e8e11130851494d125
|
||||
long_desc="
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'faac'
|
||||
pkgname=faac
|
||||
version=1.28
|
||||
revision=5
|
||||
revision=6
|
||||
subpackages="faac-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-mp4v2 --disable-static"
|
||||
makedepends="automake libmp4v2-devel>=2.0.0"
|
||||
makedepends="automake libtool libmp4v2-devel>=2.0.0"
|
||||
short_desc="AAC audio encoder library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.audiocoding.com/"
|
||||
|
@ -15,6 +15,7 @@ checksum=c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df
|
|||
|
||||
pre_configure() {
|
||||
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
|
||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=1.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
@ -16,9 +16,8 @@ subpackages="libavcodec libavdevice libavformat libavutil libavfilter
|
|||
makedepends="pkg-config perl yasm zlib-devel alsa-lib-devel libXfixes-devel
|
||||
libXext-devel libXvMC-devel faad2-devel lame-devel libtheora-devel
|
||||
libvorbis-devel x264-devel xvidcore-devel jack-devel SDL-devel libcdio-devel
|
||||
libvpx-devel libva-devel libvdpau-devel librtmp-devel pulseaudio-devel
|
||||
freetype-devel libmodplug-devel speex-devel celt-devel harfbuzz-devel
|
||||
libass-devel opus-devel"
|
||||
libvpx-devel libva-devel libvdpau-devel librtmp-devel freetype-devel
|
||||
libmodplug-devel speex-devel celt-devel harfbuzz-devel libass-devel opus-devel"
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr --disable-debug --enable-gpl \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'fluidsynth'
|
||||
pkgname=fluidsynth
|
||||
version=1.1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DLIB_SUFFIX="
|
||||
makedepends="cmake glib-devel jack-devel pulseaudio-devel dbus-devel readline-devel"
|
||||
makedepends="pkg-config cmake glib-devel jack-devel pulseaudio-devel dbus-devel readline-devel"
|
||||
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard 100dpi Adobe PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="opensource"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard 75pi Adobe PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="opensource"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c6024a1e4a1e65f413f994dd08b734efd393ce0a502eb465deb77b9a36db4d09
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="100dpi Adobe Utopia PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="opensource"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="100dpi Adobe Utopia PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="opensource"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8732719c61f3661c8bad63804ebfd54fc7de21ab848e9a26a19b1778ef8b5c94
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Adobe Utopia Type1 fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="opensource"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=979435105f897a70f8993fa02c8362160b0513366c2ab896965416f96dbb8077
|
||||
long_desc="
|
||||
|
|
|
@ -3,8 +3,10 @@ pkgname=font-alias
|
|||
version=1.0.3
|
||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard aliases for X11 PCF fonts"
|
||||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard 100dpi Bigelow and Holmes PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard 75dpi Bigelow and Holmes PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3486aa51ac92c646a448fe899c5c3dae0024b1fef724d5100d52640d1cac721c
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="100dpi Bigelow and Holmes Lucida Typewriter PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="75dpi Bigelow and Holmes Lucida Typewriter PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4ac16afbe205480cc5572e2977ea63488c543d05be0ea8e5a94c845a6eebcb31
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard Bigelow and Holmes TrueType fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard Bigelow and Holmes Type1 fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=761455a297486f3927a85d919b5c948d1d324181d4bea6c95d542504b68a63c1
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard 100dpi Bitstream PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard 100dpi Bitstream PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ba3f5e4610c07bd5859881660753ec6d75d179f26fc967aa776dbb3d5d5cf48e
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard Speedo Bitstream PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=99ac01786ac400cc7407f1c427b92c5ff1ac5a31ce7d5907b7ad3c969214f6e6
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard Type1 Bitstream PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard X11 cursors in PCF format"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Daewoo Gothic PCF format"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=bc65de70bee12698caa95b523d3b652c056347e17b68cc8b5d6bbdff235c4be8
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="DEC cursor and session PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e19ddf8b5f8de914d81675358fdfe37762e9ce524887cc983adef34f2850ff7b
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="IBM Courier Type1 fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="72dpi PCF versions of the Chinese Song Ti fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5824ab4b485951107dd245b8f7717d2822f1a6dbf6cea98f1ac7f49905c0a867
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="78dpi PCF versions of the Japanese fixed fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard X11 fixed PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="100dpi PCF versions of the ClearlyU fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=bd5f7adb34367c197773a9801df5bce7b019664941900b2a31fbfe1ff2830f8f
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="pkg-config bdftopcf"
|
||||
fulldepends="font-util"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Standard X11 sony PCF fonts"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1ae93ae76020b57cb0054ba9f33b4d5aec71342c6596750c07303d5c53452e23
|
||||
long_desc="
|
||||
|
|
|
@ -3,8 +3,10 @@ pkgname=fontcacheproto
|
|||
version=0.1.2
|
||||
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Fontcache extension headers from X.org"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=48063ed49b200927376645f9ffe65faa39af84d59ba6f60f2abb2f9c6fa3d9f9
|
||||
long_desc="
|
||||
|
|
|
@ -3,8 +3,10 @@ pkgname=fontsproto
|
|||
version=2.1.0
|
||||
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Fonts extension headers from X.org"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5a9af61dc9142488c9ba6e4ae30a9d970ea0f889a1ab7f59de1c1898c83aeb35
|
||||
long_desc="
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'foomatic-db-nonfree'
|
||||
pkgname=foomatic-db-nonfree
|
||||
version=20120518
|
||||
version=20130331
|
||||
noarch=yes
|
||||
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="OpenPrinting printer support - nonfree database"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/databasefoomatic"
|
||||
license="Custom"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="nonfree"
|
||||
checksum=bc31f3c8422db6eca4bd0faaf492015776a416c3e5de5d8d0afef67a21f6be95
|
||||
checksum=fdf48560c06e6cbafd50b8d5319e4be28512326119edb35c96c599e3d1c4c74f
|
||||
long_desc="
|
||||
Foomatic is a printing system designed to make it easier to set up common
|
||||
printers for use with Linux (and other operating systems). It provides the
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'foomatic-db'
|
||||
pkgname=foomatic-db
|
||||
version=20120626
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
short_desc="OpenPrinting printer support - database"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/databasefoomatic"
|
||||
license="GPL-2, MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://xbps.nopcode.org/distfiles/$pkgname-4.0-$version.tar.gz"
|
||||
checksum=97d00090e363d2fdf301462518efce8756cf6e7fa0ae93b9b6b3b0b5ade0d27d
|
||||
long_desc="
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
# Template file for 'fribidi'
|
||||
pkgname=fribidi
|
||||
version=0.19.2
|
||||
revision=4
|
||||
revision=5
|
||||
distfiles="http://fribidi.org/download/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
depends="glib"
|
||||
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||
homepage="http://fribidi.org/"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177
|
||||
long_desc="
|
||||
|
|
|
@ -14,8 +14,7 @@ long_desc="
|
|||
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
|
||||
makedepends="pkg-config SDL-devel glib-devel MesaLib-devel glu-devel
|
||||
libpng-devel libopenal-devel"
|
||||
makedepends="pkg-config SDL-devel glib-devel libpng-devel libopenal-devel"
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.8.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-debug --disable-update-mime
|
||||
--disable-update-icon-cache --disable-schemas-compile"
|
||||
--disable-update-icon-cache --disable-schemas-compile
|
||||
--enable-introspection"
|
||||
short_desc="GNOME crypto package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
|
@ -25,7 +26,7 @@ fulldepends="gnupg"
|
|||
hostmakedepends="which pkg-config intltool gnome-doc-utils
|
||||
gobject-introspection libtasn1-tools"
|
||||
|
||||
makedepends="gtk+3-devel>=3.8.0 p11-kit-devel libgcrypt-devel"
|
||||
makedepends="gtk+3-devel>=3.8.0 p11-kit-devel libgcrypt-devel perl-XML-Parser gobject-introspection"
|
||||
|
||||
replaces="gnome-keyring<3.3.92"
|
||||
subpackages="gcr-devel"
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
# Template file for 'geoclue'
|
||||
pkgname=geoclue
|
||||
version=0.12.0
|
||||
revision=5
|
||||
revision=6
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-networkmanager=no --enable-conic=no"
|
||||
makedepends="automake gtk-doc pkg-config intltool dbus-glib-devel
|
||||
libxml2-devel GConf-devel libxslt gtk+-devel libsoup-gnome-devel"
|
||||
short_desc="The Geoinformation Service"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/GeoClue"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://launchpad.net/geoclue/trunk/0.12/+download/geoclue-$version.tar.gz"
|
||||
checksum=0f533f177ae9aa35e807a01c754840f66df9579f5524552f14f2b5ba670a4696
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ghostscript'
|
||||
pkgname=ghostscript
|
||||
version=9.06
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="An interpreter for the PostScript language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.ghostscript.com/"
|
||||
|
@ -12,7 +12,7 @@ checksum=05acd1b576899572ef8ecbc25637cf73cbd0be267e651732db3012db33088e04
|
|||
disable_parallel_build=yes
|
||||
subpackages="libgs libijs $pkgname-devel"
|
||||
depends="gsfonts"
|
||||
makedepends="automake pkg-config dbus-devel libXext-devel libXt-devel
|
||||
makedepends="automake libtool pkg-config dbus-devel libXext-devel libXt-devel
|
||||
fontconfig-devel jasper-devel tiff-devel libjpeg-turbo-devel libpng-devel>=1.5.10
|
||||
lcms2-devel cups-devel"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=glade3
|
||||
version=3.14.1
|
||||
wrksrc=glade-${version}
|
||||
revision=1
|
||||
revision=2
|
||||
subpackages="libgladeui3 $pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -10,6 +10,8 @@ depends="hicolor-icon-theme desktop-file-utils"
|
|||
makedepends="which pkg-config intltool gnome-doc-utils itstool gtk+3-devel
|
||||
libxml2-devel gobject-introspection python-devel pygobject-devel"
|
||||
short_desc="An User Interface Designer for GTK+"
|
||||
homepage="http://glade.gnome.org/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/glade/3.14/glade-$version.tar.xz"
|
||||
checksum=8484b62c7a4579ea3e5d98200b397a1baf0b621c0b0c70242ee1dbbe449eae20
|
||||
|
|
|
@ -3,8 +3,8 @@ pkgname=glibc32
|
|||
version=2.16.0
|
||||
revision=6
|
||||
distfiles="
|
||||
http://xbps.nopcode.org/repos/current/glibc32-2.16.0_5.x86_64.xbps
|
||||
http://xbps.nopcode.org/repos/current/glibc32-devel-2.16.0_5.x86_64.xbps"
|
||||
http://xbps.nopcode.org/repos/current/glibc32-2.16.0_6.x86_64.xbps
|
||||
http://xbps.nopcode.org/repos/current/glibc32-devel-2.16.0_6.x86_64.xbps"
|
||||
depends="glibc>=$version"
|
||||
makedepends="bsdtar"
|
||||
short_desc="The GNU C library (32 bits)"
|
||||
|
@ -12,8 +12,8 @@ homepage="http://www.gnu.org/software/libc"
|
|||
license="GPL-2, LGPL-2.1, BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum="
|
||||
9cdc1ab5a0e83b5b71192f48d8aa1b398923bd3858e57902408c30cc54510ac0
|
||||
312d815df94e058051954e85ff3ff3c2fa57d4e5b559bf93cfb1dcb28de37cc4"
|
||||
a63a2d98b0f043d31713e538916e3c1a5cdf7b3bbab7d99054a4bb895cf43159
|
||||
72f6c2b475f77c38f46aaf6042f44c55e51fb1f3a1447cb7837590d69017ec42"
|
||||
long_desc="
|
||||
The GNU C Library is the standard system C library for all GNU systems,
|
||||
and is an important part of what makes up a GNU system. It provides the
|
||||
|
|
|
@ -9,6 +9,8 @@ makedepends="pkg-config intltool libxslt-devel gsettings-desktop-schemas"
|
|||
fulldepends="docbook-xml docbook-xsl rarian python libxml2-python"
|
||||
revision=1
|
||||
short_desc="Documentation utilities for GNOME"
|
||||
homepage="https://live.gnome.org/GnomeDocUtils"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6
|
||||
long_desc="
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
# Template build file for 'gnome-icon-theme-extras'.
|
||||
pkgname=gnome-icon-theme-extras
|
||||
version=3.6.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool icon-naming-utils"
|
||||
fulldepends="gnome-icon-theme"
|
||||
short_desc="GNOME Desktop icon theme (additional icons)"
|
||||
homepage="http://gnome.org/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=93aaaadf40c85ebc42232a4d8e45ca507754b8e1271e797bbcdaded52bd03ec7
|
||||
|
|
|
@ -4,8 +4,10 @@ version=0.1.2
|
|||
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="GNOME JavaScript common modules"
|
||||
homepage="http://live.gnome.org/Seed/"
|
||||
license="GPL-3"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1765be99f3d83cc57e1ec13a2bb963469b8e91b60239eeaab61d66d7744496e6
|
||||
long_desc="
|
||||
|
|
|
@ -5,8 +5,10 @@ distfiles="${GNOME_SITE}/$pkgname/2.18/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu-configure
|
||||
makedepends="intltool"
|
||||
fulldepends="shared-mime-info"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Base MIME and Application database for GNOME"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7
|
||||
long_desc="
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'graphviz'
|
||||
pkgname=graphviz
|
||||
version=2.28.0
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
subpackages="${pkgname}-libs ${pkgname}-devel"
|
||||
makedepends="flex pkg-config libpng-devel>=1.5.10 gd-devel expat-devel
|
||||
libjpeg-turbo-devel fontconfig-devel gtk+-devel librsvg-devel libXaw-devel
|
||||
libXt-devel libXmu-devel libXpm-devel libltdl-devel libXrender-devel"
|
||||
fontconfig-devel gtk+-devel librsvg-devel libXaw-devel libltdl-devel
|
||||
libXrender-devel"
|
||||
short_desc="Graph Visualization Software"
|
||||
configure_args="--disable-rpath --enable-ltdl --disable-ltdl-install
|
||||
--disable-swig --disable-sharp --disable-guile --disable-io --disable-java
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
# Template file for 'gsfonts'
|
||||
pkgname=gsfonts
|
||||
version=8.11
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=fonts
|
||||
distfiles="${SOURCEFORGE_SITE}/ghostscript/ghostscript-fonts-std-$version.tar.gz"
|
||||
fulldepends="font-util"
|
||||
short_desc="Ghostscript standard Type1 fonts"
|
||||
homepage="http://sourceforge.net/projects/gs-fonts/"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0eb6f356119f2e49b2563210852e17f57f9dcc5755f350a69a46a0d641a0c401
|
||||
long_desc="
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gst-plugins-good'.
|
||||
pkgname=gst-plugins-good
|
||||
version=0.10.31
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
||||
--disable-schemas-install --disable-aalib --disable-esd --disable-hal
|
||||
|
@ -9,10 +9,9 @@ configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
|||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --enable-speex"
|
||||
# XXX: build libcaca, libdv, dv1394 and shout2 modules.
|
||||
makedepends="pkg-config intltool libpng-devel>=1.5.10 libxml2-devel
|
||||
libgudev-devel libflac-devel libXdamage-devel libXfixes-devel gtk+-devel
|
||||
taglib-devel libsoup-gnome-devel gst-plugins-base-devel GConf-devel
|
||||
pulseaudio-devel orc-devel libXv-devel wavpack-devel v4l-utils-devel>=0.8.9
|
||||
jack-devel speex-devel"
|
||||
libgudev-devel libflac-devel libXdamage-devel gtk+-devel taglib-devel
|
||||
libsoup-gnome-devel gst-plugins-base-devel GConf-devel pulseaudio-devel
|
||||
orc-devel wavpack-devel v4l-utils-devel>=0.8.9 jack-devel speex-devel"
|
||||
short_desc="Core GStreamer libraries and elements"
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
homepage="http://gstreamer.freedesktop.org/"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gst-plugins-good1'.
|
||||
pkgname=gst-plugins-good1
|
||||
version=1.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gst-plugins-good-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
||||
|
@ -10,7 +10,7 @@ configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
|||
# XXX: build aalib, libcaca, libdv, dv1394 and shout2 modules.
|
||||
depends="gst-plugins-base1>=${version}"
|
||||
makedepends="pkg-config intltool libpng-devel>=1.5.10 libxml2-devel
|
||||
libgudev-devel libflac-devel libXdamage-devel libXfixes-devel gtk+-devel
|
||||
libgudev-devel libflac-devel libXdamage-devel gtk+-devel
|
||||
taglib-devel libsoup-gnome-devel gst-plugins-base1-devel>=${version}
|
||||
GConf-devel pulseaudio-devel orc-devel>=0.4.16 libXv-devel wavpack-devel
|
||||
v4l-utils-devel jack-devel speex-devel libvpx-devel"
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# Template build file for 'gtkmm'.
|
||||
pkgname=gtkmm2
|
||||
version=2.24.0
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc=gtkmm-${version}
|
||||
subpackages="gtkmm2-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-documentation"
|
||||
makedepends="pkg-config glib-devel atk-devel pango-devel cairo-devel
|
||||
freetype-devel fontconfig-devel gtk+-devel libsigc++-devel glibmm-devel
|
||||
atkmm-devel pangomm-devel cairomm-devel libXcursor-devel"
|
||||
makedepends="pkg-config glib-devel atk-devel cairo-devel gtk+-devel
|
||||
libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
|
||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||
homepage="http://www.gtkmm.org/"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.bz2"
|
||||
checksum=8cbae7254746bc7df7cce882d9b9a916c4e00dba7bdacd1c50b5d096a484cf56
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gupnp-igd'
|
||||
pkgname=gupnp-igd
|
||||
version=0.2.0
|
||||
version=0.2.2
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
|
@ -11,6 +11,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="LGPL-2.1"
|
||||
homepage="http://gupnp.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
||||
checksum=924c17c511f18d021329f0d9515235069f4aa1632a487edebb21443002409952
|
||||
checksum=73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3
|
||||
long_desc="
|
||||
GUPNP-igd is is a library to handle UPnP IGD port mapping."
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
# Template build file for 'hicolor-icon-theme'.
|
||||
pkgname=hicolor-icon-theme
|
||||
version=0.12
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://icon-theme.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Standard icon theme called hicolor"
|
||||
homepage="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73
|
||||
long_desc="
|
||||
|
|
|
@ -3,9 +3,11 @@ pkgname=iceauth
|
|||
version=1.0.4
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="pkg-config xproto libICE-devel"
|
||||
short_desc="ICE protocol utility"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d
|
||||
long_desc="
|
||||
|
|
|
@ -4,8 +4,10 @@ version=0.8.90
|
|||
distfiles="http://tango.freedesktop.org/releases/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
fulldepends="perl-XML-Simple"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Adapts GNOME and KDE icon names to the Icon Naming Specification"
|
||||
homepage="http://tango.freedesktop.org/Standard_Icon_Naming_Specification"
|
||||
license="GPL-2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=b1378679df4485b4459f609a3304238b3e92d91e43744c47b70abbe690d883d5
|
||||
long_desc="
|
||||
|
|
|
@ -5,10 +5,12 @@ version=1.3
|
|||
noarch=yes
|
||||
wrksrc="${_distname}-${version}"
|
||||
create_wrksrc=yes
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Firmware for the Intel PRO/Wireless 2100 wifi cards"
|
||||
homepage="http://ipw2100.sourceforge.net/"
|
||||
license="Custom"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://bughost.org/firmware/${_distname}-${version}.tgz"
|
||||
distfiles="http://firmware.openbsd.org/firmware-dist/${_distname}-${version}.tgz"
|
||||
checksum=e1107c455e48d324a616b47a622593bc8413dcce72026f72731c0b03dae3a7a2
|
||||
long_desc="
|
||||
This package contains the firmware required by the ipw2100 driver for Linux.
|
||||
|
|
|
@ -3,11 +3,13 @@ pkgname=ipw2200-firmware
|
|||
_distname=ipw2200-fw
|
||||
version=3.1
|
||||
noarch=yes
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${_distname}-${version}"
|
||||
short_desc="Firmware for the Intel PRO/Wireless 2200BG wifi cards"
|
||||
homepage="http://ipw2200.sourceforge.net/"
|
||||
license="Custom"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://bughost.org/firmware/${_distname}-${version}.tgz"
|
||||
distfiles="http://firmware.openbsd.org/firmware-dist/${_distname}-${version}.tgz"
|
||||
checksum=c6818c11c18cc030d55ff83f64b2bad8feef485e7742f84f94a61d811a6258bd
|
||||
long_desc="
|
||||
This package contains the firmware required by the ipw2200 driver for Linux.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'iso-codes'.
|
||||
pkgname=iso-codes
|
||||
version=3.35
|
||||
version=3.41
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
make_install_args="pkgconfigdir=/usr/lib/pkgconfig"
|
||||
|
@ -9,8 +9,8 @@ short_desc="List of country, language and currency names"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://pkg-isocodes.alioth.debian.org/"
|
||||
distfiles="${DEBIAN_SITE}/main/i/iso-codes/${pkgname}_${version}.orig.tar.bz2"
|
||||
checksum=9b3c549e34b3ab93046e21fac276e661e9623d09e4d3469858a3333853006540
|
||||
distfiles="${DEBIAN_SITE}/main/i/iso-codes/${pkgname}_${version}.orig.tar.xz"
|
||||
checksum=c2e637e43e6c2e8516a898be10180dc620b33b4d7f803281d7db62820ab41275
|
||||
long_desc="
|
||||
iso-codes provides the list of the country, language and currency names in
|
||||
one place, rather than repeated in many third-party programs. This was
|
||||
|
|
|
@ -5,9 +5,11 @@ build_wrksrc="js/src"
|
|||
distfiles="${MOZILLA_SITE}/js/js185-1.0.0.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-system-nspr --enable-threadsafe"
|
||||
revision=3
|
||||
revision=4
|
||||
makedepends="zip python perl>=0 nspr-devel"
|
||||
short_desc="Spidermonkey JavaScript interpreter and library"
|
||||
homepage="https://developer.mozilla.org/en/docs/SpiderMonkey"
|
||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687
|
||||
long_desc="
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
#
|
||||
pkgname=kernel-manpages
|
||||
version=3.2.6
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=linux-${version}
|
||||
noarch=yes
|
||||
makedepends="which perl xmlto"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=9db97d45638017e6dfaed768cfa9f47533c9c9fb3538bce0e594d9feff5489b4
|
||||
short_desc="${pkgname} development manual pages"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue