mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Merge branch 'master' of github.com:plugapps/plugapps
This commit is contained in:
commit
4d5ae32ca4
30 changed files with 238 additions and 1834 deletions
|
@ -1,5 +1,6 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
# Wirtten by ArchMobile.org
|
||||
|
||||
pkgname=busybox
|
||||
pkgver=1.14.2
|
||||
pkgrel=1
|
||||
|
@ -19,8 +20,8 @@ provides=('coreutils' 'e2fsprogs' 'vi' 'findutils' 'procps' 'bash' \
|
|||
source=(http://www.busybox.net/downloads/${pkgname}-${pkgver}.tar.bz2
|
||||
config)
|
||||
md5sums=('c13b09b4125688d5fca5c95a79bf814a'
|
||||
'cc9546fb89e43c251e4478c223782eab')
|
||||
|
||||
'b38cea0e922a95747f9be4aa5624ce41')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}/
|
||||
cp ${srcdir}/config .config
|
|
@ -1,6 +1,6 @@
|
|||
# PlugApps Default Busybox Config
|
||||
# Version: 1.14.2
|
||||
|
||||
|
||||
#
|
||||
# General Configuration
|
||||
#
|
||||
|
@ -28,7 +28,7 @@ CONFIG_FEATURE_PREFER_APPLETS=n
|
|||
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
|
||||
CONFIG_FEATURE_SYSLOG=y
|
||||
CONFIG_FEATURE_HAVE_RPC=y
|
||||
|
||||
|
||||
#
|
||||
# Build Options
|
||||
#
|
||||
|
@ -41,7 +41,7 @@ CONFIG_FEATURE_SHARED_BUSYBOX=n
|
|||
CONFIG_LFS=n
|
||||
CONFIG_CROSS_COMPILER_PREFIX=""
|
||||
CONFIG_EXTRA_CFLAGS=""
|
||||
|
||||
|
||||
#
|
||||
# Debugging Options
|
||||
#
|
||||
|
@ -52,7 +52,7 @@ CONFIG_NO_DEBUG_LIB=y
|
|||
CONFIG_DMALLOC=n
|
||||
CONFIG_EFENCE=n
|
||||
CONFIG_INCLUDE_SUSv2=n
|
||||
|
||||
|
||||
#
|
||||
# Installation Options
|
||||
#
|
||||
|
@ -65,7 +65,7 @@ CONFIG_INSTALL_SH_APPLET_SYMLINK=y
|
|||
CONFIG_INSTALL_SH_APPLET_HARDLINK=n
|
||||
CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER=n
|
||||
CONFIG_PREFIX="./_install"
|
||||
|
||||
|
||||
#
|
||||
# Busybox Library Tuning
|
||||
#
|
||||
|
@ -86,11 +86,11 @@ CONFIG_FEATURE_COPYBUF_KB=4
|
|||
CONFIG_MONOTONIC_SYSCALL=n
|
||||
CONFIG_IOCTL_HEX2STR_ERROR=y
|
||||
CONFIG_FEATURE_HWIB=n
|
||||
|
||||
|
||||
#
|
||||
# Applets
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Archival Utilities
|
||||
#
|
||||
|
@ -125,7 +125,7 @@ CONFIG_UNCOMPRESS=y
|
|||
CONFIG_UNLZMA=y
|
||||
CONFIG_FEATURE_LZMA_FAST=y
|
||||
CONFIG_UNZIP=y
|
||||
|
||||
|
||||
#
|
||||
# Coreutils
|
||||
#
|
||||
|
@ -241,27 +241,27 @@ CONFIG_FEATURE_WC_LARGE=y
|
|||
CONFIG_WHO=y
|
||||
CONFIG_WHOAMI=y
|
||||
CONFIG_YES=y
|
||||
|
||||
|
||||
#
|
||||
# Common options for cp and mv
|
||||
#
|
||||
CONFIG_FEATURE_PRESERVE_HARDLINKS=y
|
||||
|
||||
|
||||
#
|
||||
# Common options for ls, more and telnet
|
||||
#
|
||||
CONFIG_FEATURE_AUTOWIDTH=y
|
||||
|
||||
|
||||
#
|
||||
# Common options for df, du, ls
|
||||
#
|
||||
CONFIG_FEATURE_HUMAN_READABLE=y
|
||||
|
||||
|
||||
#
|
||||
# Common options for md5sum, sha1sum
|
||||
#
|
||||
CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
|
||||
|
||||
|
||||
#
|
||||
# Console Utilities
|
||||
#
|
||||
|
@ -284,7 +284,7 @@ CONFIG_DEFAULT_SETFONT_DIR=""
|
|||
CONFIG_SETKEYCODES=y
|
||||
CONFIG_SETLOGCONS=y
|
||||
CONFIG_SHOWKEY=y
|
||||
|
||||
|
||||
#
|
||||
# Debian Utilities
|
||||
#
|
||||
|
@ -297,7 +297,7 @@ CONFIG_START_STOP_DAEMON=n
|
|||
CONFIG_FEATURE_START_STOP_DAEMON_FANCY=n
|
||||
CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS=n
|
||||
CONFIG_WHICH=y
|
||||
|
||||
|
||||
#
|
||||
# Editors
|
||||
#
|
||||
|
@ -325,7 +325,7 @@ CONFIG_FEATURE_VI_SET=y
|
|||
CONFIG_FEATURE_VI_WIN_RESIZE=y
|
||||
CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
|
||||
CONFIG_FEATURE_ALLOW_EXEC=y
|
||||
|
||||
|
||||
#
|
||||
# Finding Utilities
|
||||
#
|
||||
|
@ -360,7 +360,7 @@ CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION=y
|
|||
CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y
|
||||
CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT=y
|
||||
CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y
|
||||
|
||||
|
||||
#
|
||||
# Init Utilities
|
||||
#
|
||||
|
@ -375,7 +375,7 @@ CONFIG_FEATURE_INIT_COREDUMPS=n
|
|||
CONFIG_FEATURE_INITRD=n
|
||||
CONFIG_HALT=n
|
||||
CONFIG_MESG=n
|
||||
|
||||
|
||||
#
|
||||
# Login/Password Management Utilities
|
||||
#
|
||||
|
@ -409,14 +409,14 @@ CONFIG_FEATURE_SU_SYSLOG=y
|
|||
CONFIG_FEATURE_SU_CHECKS_SHELLS=y
|
||||
CONFIG_SULOGIN=y
|
||||
CONFIG_VLOCK=y
|
||||
|
||||
|
||||
#
|
||||
# Linux Ext2 FS Progs
|
||||
#
|
||||
CONFIG_CHATTR=n
|
||||
CONFIG_FSCK=y
|
||||
CONFIG_LSATTR=n
|
||||
|
||||
|
||||
#
|
||||
# Linux Module Utilities
|
||||
#
|
||||
|
@ -432,7 +432,7 @@ CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=n
|
|||
CONFIG_MODPROBE=y
|
||||
CONFIG_FEATURE_MODPROBE_BLACKLIST=y
|
||||
CONFIG_DEPMOD=n
|
||||
|
||||
|
||||
#
|
||||
# Options common to multiple modutils
|
||||
#
|
||||
|
@ -445,7 +445,7 @@ CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL=n
|
|||
CONFIG_FEATURE_CHECK_TAINTED_MODULE=n
|
||||
CONFIG_FEATURE_MODUTILS_ALIAS=n
|
||||
CONFIG_FEATURE_MODUTILS_SYMBOLS=n
|
||||
|
||||
|
||||
#
|
||||
# Linux System Utilities
|
||||
#
|
||||
|
@ -530,13 +530,13 @@ CONFIG_FEATURE_SWAPON_PRI=y
|
|||
CONFIG_SWITCH_ROOT=n
|
||||
CONFIG_UMOUNT=y
|
||||
CONFIG_FEATURE_UMOUNT_ALL=y
|
||||
|
||||
|
||||
#
|
||||
# Common options for mount/umount
|
||||
#
|
||||
CONFIG_FEATURE_MOUNT_LOOP=y
|
||||
CONFIG_FEATURE_MTAB_SUPPORT=y
|
||||
|
||||
|
||||
#
|
||||
# Miscellaneous Utilities
|
||||
#
|
||||
|
@ -608,7 +608,7 @@ CONFIG_TIME=y
|
|||
CONFIG_TIMEOUT=y
|
||||
CONFIG_TTYSIZE=y
|
||||
CONFIG_WATCHDOG=y
|
||||
|
||||
|
||||
#
|
||||
# Networking Utilities
|
||||
#
|
||||
|
@ -733,14 +733,14 @@ CONFIG_ZCIP=n
|
|||
CONFIG_TCPSVD=n
|
||||
CONFIG_TUNCTL=n
|
||||
CONFIG_UDPSVD=n
|
||||
|
||||
|
||||
#
|
||||
# Print Utilities
|
||||
#
|
||||
CONFIG_LPD=n
|
||||
CONFIG_LPR=n
|
||||
CONFIG_LPQ=n
|
||||
|
||||
|
||||
#
|
||||
# Mail Utilities
|
||||
#
|
||||
|
@ -753,7 +753,7 @@ CONFIG_FEATURE_REFORMIME_COMPAT=n
|
|||
CONFIG_SENDMAIL=n
|
||||
CONFIG_FEATURE_SENDMAIL_MAILX=n
|
||||
CONFIG_FEATURE_SENDMAIL_MAILXX=n
|
||||
|
||||
|
||||
#
|
||||
# Process Utilities
|
||||
#
|
||||
|
@ -783,7 +783,7 @@ CONFIG_FEATURE_TOP_SMP_PROCESS=y
|
|||
CONFIG_FEATURE_TOPMEM=y
|
||||
CONFIG_UPTIME=y
|
||||
CONFIG_WATCH=y
|
||||
|
||||
|
||||
#
|
||||
# Runit Utilities
|
||||
#
|
||||
|
@ -813,7 +813,7 @@ CONFIG_SETFILES=n
|
|||
CONFIG_FEATURE_SETFILES_CHECK_OPTION=n
|
||||
CONFIG_SETSEBOOL=n
|
||||
CONFIG_SESTATUS=n
|
||||
|
||||
|
||||
#
|
||||
# Shells
|
||||
#
|
||||
|
@ -822,7 +822,7 @@ CONFIG_FEATURE_SH_IS_HUSH=n
|
|||
CONFIG_FEATURE_SH_IS_MSH=n
|
||||
CONFIG_FEATURE_SH_IS_NONE=n
|
||||
CONFIG_ASH=y
|
||||
|
||||
|
||||
#
|
||||
# Ash Shell Options
|
||||
#
|
||||
|
@ -854,7 +854,7 @@ CONFIG_HUSH_FUNCTIONS=n
|
|||
CONFIG_HUSH_EXPORT_N=n
|
||||
CONFIG_LASH=n
|
||||
CONFIG_MSH=n
|
||||
|
||||
|
||||
#
|
||||
# Bourne Shell Options
|
||||
#
|
||||
|
@ -863,7 +863,7 @@ CONFIG_FEATURE_SH_EXTRA_QUIET=y
|
|||
CONFIG_FEATURE_SH_STANDALONE=n
|
||||
CONFIG_FEATURE_SH_NOFORK=n
|
||||
CONFIG_CTTYHACK=y
|
||||
|
||||
|
||||
#
|
||||
# System Logging Utilities
|
||||
#
|
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: Philipp Scholl <pscholl@bawue.de>
|
||||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
|
||||
pkgname=filesystem
|
||||
pkgver=2009.12
|
||||
|
|
|
@ -3,11 +3,12 @@
|
|||
pkgbase=gcc
|
||||
pkgname=('gcc' 'gcc-libs')
|
||||
pkgver=4.4.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='The GNU Compiler Collection'
|
||||
arch=(arm)
|
||||
license=(GPL LGPL custom)
|
||||
url='http://gcc.gnu.org'
|
||||
groups=('base-devel')
|
||||
makedepends=(flex 'gcc>=3.4' 'gawk>=3.1.5' 'make>=3.80')
|
||||
source=(http://gcc-uk.internet.bs/releases/gcc-$pkgver/gcc-{core,g++,fortran,objc}-$pkgver.tar.bz2)
|
||||
md5sums=('054b66f315b3d04ad06544ce26e72365'
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- cf/krb-readline.m4 2005-06-16 18:28:32.000000000 +0200
|
||||
+++ cf/krb-readline.m4 2005-06-27 23:17:06.000000000 +0200
|
||||
@@ -6,7 +6,6 @@
|
||||
dnl el_init
|
||||
|
||||
AC_DEFUN([KRB_READLINE],[
|
||||
-AC_FIND_FUNC_NO_LIBS(el_init, edit, [], [], [$LIB_tgetent])
|
||||
if test "$ac_cv_func_el_init" = yes ; then
|
||||
AC_CACHE_CHECK(for four argument el_init, ac_cv_func_el_init_four,[
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
|
|
@ -1,12 +0,0 @@
|
|||
--- lib/editline/Makefile.am 2005-06-16 18:28:44.000000000 +0200
|
||||
+++ lib/editline/Makefile.am 2005-06-27 23:21:02.000000000 +0200
|
||||
@@ -41,6 +41,9 @@
|
||||
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
|
||||
+$(libeditline_la_OBJECTS): %.lo: %.c
|
||||
+ $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
+
|
||||
snprintf.c:
|
||||
$(LN_S) $(srcdir)/../roken/snprintf.c .
|
||||
strdup.c:
|
|
@ -1,22 +0,0 @@
|
|||
--- appl/kx/rxtelnet.in 2005-06-16 18:29:10.000000000 +0200
|
||||
+++ appl/kx/rxtelnet.in 2005-06-27 23:21:34.000000000 +0200
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id: rxtelnet.in,v 1.31 2004/03/07 17:22:06 lha Exp $
|
||||
#
|
||||
usage="Usage: $0 [-l username] [-k] [-fF] [-t args_to_telnet] [-x args_to_xterm] [-K args_to_kx] [-w term_emulator] [-b telnet_binary] [-n] [-v] [-h | --help] [--version] host [port]"
|
||||
-binary=telnet
|
||||
+binary=ktelnet
|
||||
term=
|
||||
kx_args=-P
|
||||
while true
|
||||
--- appl/kx/rxterm.in 2005-06-16 18:29:10.000000000 +0200
|
||||
+++ appl/kx/rxterm.in 2005-06-27 23:21:55.000000000 +0200
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id: rxterm.in,v 1.23 2002/03/18 17:37:34 joda Exp $
|
||||
#
|
||||
usage="Usage: $0 [-l username] [-k] [-f] [-r rsh_args] [-x xterm_args] [-K kx_args] [-w term_emulator] [-b rsh_binary][-v] [-h | --help] [--version] host"
|
||||
-binary=rsh
|
||||
+binary=krsh
|
||||
term=xterm
|
||||
while true
|
||||
do
|
|
@ -1,20 +0,0 @@
|
|||
--- appl/su/Makefile.am 2005-06-16 18:27:46.000000000 +0200
|
||||
+++ appl/su/Makefile.am 2005-06-27 23:25:21.000000000 +0200
|
||||
@@ -7,6 +7,7 @@
|
||||
bin_PROGRAMS = su
|
||||
bin_SUIDS = su
|
||||
su_SOURCES = su.c supaths.h
|
||||
+su_LDFLAGS = -Wl,-z,now
|
||||
man_MANS = su.1
|
||||
|
||||
LDADD = $(LIB_kafs) \
|
||||
--- appl/otp/Makefile.am 2005-06-16 18:28:46.000000000 +0200
|
||||
+++ appl/otp/Makefile.am 2005-06-27 23:25:40.000000000 +0200
|
||||
@@ -8,6 +8,7 @@
|
||||
bin_SUIDS = otp
|
||||
otp_SOURCES = otp.c otp_locl.h
|
||||
otpprint_SOURCES = otpprint.c otp_locl.h
|
||||
+otp_LDFLAGS = -Wl,-z,now
|
||||
|
||||
man_MANS = otp.1 otpprint.1
|
||||
|
|
@ -1,124 +0,0 @@
|
|||
Binary files heimdal-0.7-old/cf/.find-func-no-libs2.m4.swp and heimdal-0.7/cf/.find-func-no-libs2.m4.swp differ
|
||||
Index: heimdal/cf/db.m4
|
||||
===================================================================
|
||||
--- heimdal.orig/cf/db.m4
|
||||
+++ heimdal/cf/db.m4
|
||||
@@ -18,24 +18,13 @@ db_type=unknown
|
||||
|
||||
if test "$enable_berkeley_db" != no; then
|
||||
|
||||
- AC_CHECK_HEADERS([ \
|
||||
- db4/db.h \
|
||||
- db3/db.h \
|
||||
- db.h \
|
||||
- db_185.h \
|
||||
- ])
|
||||
+ AC_CHECK_HEADERS([db.h])
|
||||
|
||||
dnl db_create is used by db3 and db4
|
||||
|
||||
- AC_FIND_FUNC_NO_LIBS(db_create, db4 db3 db, [
|
||||
+ AC_FIND_FUNC_NO_LIBS(db_create, db, [
|
||||
#include <stdio.h>
|
||||
- #ifdef HAVE_DB4_DB_H
|
||||
- #include <db4/db.h>
|
||||
- #elif defined(HAVE_DB3_DB_H)
|
||||
- #include <db3/db.h>
|
||||
- #else
|
||||
#include <db.h>
|
||||
- #endif
|
||||
],[NULL, NULL, 0])
|
||||
|
||||
if test "$ac_cv_func_db_create" = "yes"; then
|
||||
@@ -50,17 +39,9 @@ dnl db_create is used by db3 and db4
|
||||
|
||||
dnl dbopen is used by db1/db2
|
||||
|
||||
- AC_FIND_FUNC_NO_LIBS(dbopen, db2 db, [
|
||||
+ AC_FIND_FUNC_NO_LIBS(dbopen, db, [
|
||||
#include <stdio.h>
|
||||
- #if defined(HAVE_DB2_DB_H)
|
||||
- #include <db2/db.h>
|
||||
- #elif defined(HAVE_DB_185_H)
|
||||
- #include <db_185.h>
|
||||
- #elif defined(HAVE_DB_H)
|
||||
#include <db.h>
|
||||
- #else
|
||||
- #error no db.h
|
||||
- #endif
|
||||
],[NULL, 0, 0, 0, NULL])
|
||||
|
||||
if test "$ac_cv_func_dbopen" = "yes"; then
|
||||
Index: heimdal/lib/hdb/db.c
|
||||
===================================================================
|
||||
--- heimdal.orig/lib/hdb/db.c
|
||||
+++ heimdal/lib/hdb/db.c
|
||||
@@ -37,11 +37,7 @@ RCSID("$Id: db.c 20215 2007-02-09 21:59:
|
||||
|
||||
#if HAVE_DB1
|
||||
|
||||
-#if defined(HAVE_DB_185_H)
|
||||
-#include <db_185.h>
|
||||
-#elif defined(HAVE_DB_H)
|
||||
#include <db.h>
|
||||
-#endif
|
||||
|
||||
static krb5_error_code
|
||||
DB_close(krb5_context context, HDB *db)
|
||||
Index: heimdal/lib/hdb/db3.c
|
||||
===================================================================
|
||||
--- heimdal.orig/lib/hdb/db3.c
|
||||
+++ heimdal/lib/hdb/db3.c
|
||||
@@ -37,13 +37,7 @@ RCSID("$Id: db3.c 21610 2007-07-17 07:10
|
||||
|
||||
#if HAVE_DB3
|
||||
|
||||
-#ifdef HAVE_DB4_DB_H
|
||||
-#include <db4/db.h>
|
||||
-#elif defined(HAVE_DB3_DB_H)
|
||||
-#include <db3/db.h>
|
||||
-#else
|
||||
#include <db.h>
|
||||
-#endif
|
||||
|
||||
static krb5_error_code
|
||||
DB_close(krb5_context context, HDB *db)
|
||||
Index: heimdal/lib/roken/getcap.c
|
||||
===================================================================
|
||||
--- heimdal.orig/lib/roken/getcap.c
|
||||
+++ heimdal/lib/roken/getcap.c
|
||||
@@ -38,11 +38,13 @@
|
||||
#include "roken.h"
|
||||
RCSID("$Id: getcap.c 16561 2006-01-13 14:25:32Z lha $");
|
||||
|
||||
+#if defined(HAVE_DBOPEN) && defined(HAVE_DB_H)
|
||||
+#define USE_DB
|
||||
+#endif
|
||||
+
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
-#if defined(HAVE_DB_185_H)
|
||||
-#include <db_185.h>
|
||||
-#elif defined(HAVE_DB_H)
|
||||
+#ifdef USE_DB
|
||||
#include <db.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
Index: heimdal/lib/roken/ndbm_wrap.c
|
||||
===================================================================
|
||||
--- heimdal.orig/lib/roken/ndbm_wrap.c
|
||||
+++ heimdal/lib/roken/ndbm_wrap.c
|
||||
@@ -37,13 +37,7 @@ RCSID("$Id: ndbm_wrap.c 21634 2007-07-17
|
||||
#endif
|
||||
|
||||
#include "ndbm_wrap.h"
|
||||
-#if defined(HAVE_DB4_DB_H)
|
||||
-#include <db4/db.h>
|
||||
-#elif defined(HAVE_DB3_DB_H)
|
||||
-#include <db3/db.h>
|
||||
-#else
|
||||
#include <db.h>
|
||||
-#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
|
@ -1,11 +0,0 @@
|
|||
--- heimdal-0.7.1/cf/pthreads.m4.old 2005-09-09 12:12:28.000000000 +0000
|
||||
+++ heimdal-0.7.1/cf/pthreads.m4 2005-09-17 22:23:23.000000000 +0000
|
||||
@@ -32,7 +32,7 @@
|
||||
2.*)
|
||||
native_pthread_support=yes
|
||||
PTHREADS_CFLAGS=-pthread
|
||||
- PTHREADS_LIBS=-pthread
|
||||
+ PTHREADS_LIBS=-lpthread
|
||||
;;
|
||||
esac
|
||||
;;
|
|
@ -1,50 +0,0 @@
|
|||
--- appl/rcp/rcp.c.old 2006-05-03 13:31:59.398493625 +0200
|
||||
+++ appl/rcp/rcp.c 2006-05-03 13:32:04.494485981 +0200
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "rcp_locl.h"
|
||||
#include <getarg.h>
|
||||
|
||||
-#define RSH_PROGRAM "rsh"
|
||||
+#define RSH_PROGRAM "krsh"
|
||||
|
||||
struct passwd *pwd;
|
||||
uid_t userid;
|
||||
--- appl/rcp/rcp_locl.h.old 2006-05-03 02:30:31.602025409 +0200
|
||||
+++ appl/rcp/rcp_locl.h 2006-05-03 02:30:35.886018983 +0200
|
||||
@@ -64,4 +64,4 @@
|
||||
#define _PATH_CP "/bin/cp"
|
||||
#endif
|
||||
#undef _PATH_RSH
|
||||
-#define _PATH_RSH BINDIR "/rsh"
|
||||
+#define _PATH_RSH BINDIR "/krsh"
|
||||
--- appl/telnet/telnetd/telnetd.h.old 2006-05-03 02:23:14.582680939 +0200
|
||||
+++ appl/telnet/telnetd/telnetd.h 2006-05-03 02:23:23.746667193 +0200
|
||||
@@ -192,7 +192,7 @@
|
||||
#endif
|
||||
|
||||
#undef _PATH_LOGIN
|
||||
-#define _PATH_LOGIN BINDIR "/login"
|
||||
+#define _PATH_LOGIN BINDIR "/klogin"
|
||||
|
||||
/* fallbacks */
|
||||
|
||||
--- appl/login/shadow.c.old 2006-05-05 06:31:29.517138115 +0200
|
||||
+++ appl/login/shadow.c 2006-05-05 06:32:26.433052741 +0200
|
||||
@@ -38,7 +38,7 @@
|
||||
#ifdef HAVE_SHADOW_H
|
||||
|
||||
#ifndef _PATH_CHPASS
|
||||
-#define _PATH_CHPASS "/usr/bin/passwd"
|
||||
+#define _PATH_CHPASS "/usr/bin/kpasswd"
|
||||
#endif
|
||||
|
||||
static int
|
||||
@@ -52,7 +52,7 @@
|
||||
printf("fork /bin/passwd");
|
||||
exit(1);
|
||||
case 0:
|
||||
- execlp(_PATH_CHPASS, "passwd", who->pw_name, (char *) 0);
|
||||
+ execlp(_PATH_CHPASS, "kpasswd", who->pw_name, (char *) 0);
|
||||
exit(1);
|
||||
default:
|
||||
waitpid(pid, &status, 0);
|
|
@ -1,117 +0,0 @@
|
|||
# $Id: PKGBUILD 59609 2009-11-25 08:12:02Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
#
|
||||
### Attention: remove old pkg before building - it links against itself! ###
|
||||
#
|
||||
|
||||
pkgname=heimdal
|
||||
pkgver=1.3.1
|
||||
pkgrel=2
|
||||
pkgdesc="Implementation of Kerberos V5 libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.h5l.org/"
|
||||
license=('custom')
|
||||
depends=('db>=4.8' 'openssl' 'sqlite3')
|
||||
# re-add e2fsprogs once its libcom_err is compatible
|
||||
backup=(etc/krb5.conf)
|
||||
options=('!libtool' '!emptydirs')
|
||||
install=heimdal.install
|
||||
source=(http://www.h5l.org/dist/src/${pkgname}-${pkgver}.tar.gz
|
||||
001_all_heimdal-no_libedit.patch
|
||||
002_all_heimal-fPIC.patch
|
||||
003_all_heimdal-rxapps.patch
|
||||
005_all_heimdal-suid_fix.patch
|
||||
012_all_heimdal-berkdb.patch
|
||||
013_all_heimdal-pthread-lib.patch
|
||||
014_all_heimdal-path.patch
|
||||
heimdal-c++-safe-krb5_cccol_cursor.patch
|
||||
heimdal-locate_plugin-header.patch
|
||||
heimdal-kdc.rc
|
||||
kadmind.rc
|
||||
kpasswd.rc)
|
||||
md5sums=('4ce17deae040a3519e542f48fd901f21'
|
||||
'98e28f11f906c967aac22d6184102c9e'
|
||||
'6d5571bdedba2e2423b90bccdbac2c0a'
|
||||
'2feec3924ee5230b54175b4d4000c872'
|
||||
'45aeb207f360f9f4e9e0fabc8bfeecbc'
|
||||
'56f5d10d0ec40f2fda82ef144ffac1e0'
|
||||
'1b8665b771c4eb6b56ea8582c96e56e3'
|
||||
'8208ae8c0b6ff5ab4f64af1693e9e396'
|
||||
'522b08ae209126737413699b0c069c20'
|
||||
'248ab80b44568171e432a23524f4fe39'
|
||||
'e59650992b9541a30dfce727a194f6e0'
|
||||
'1f2f86a67bbfddb7af581d35fdca9627'
|
||||
'f8f1eca95b9d3f2b4ebf2417b71b81cf')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/heimdal-${pkgver}
|
||||
patch -Np0 -i ${srcdir}/001_all_heimdal-no_libedit.patch || return 1
|
||||
patch -Np0 -i ${srcdir}/002_all_heimal-fPIC.patch || return 1
|
||||
patch -Np0 -i ${srcdir}/003_all_heimdal-rxapps.patch || return 1
|
||||
patch -Np0 -i ${srcdir}/005_all_heimdal-suid_fix.patch || return 1
|
||||
patch -Np1 -i ${srcdir}/012_all_heimdal-berkdb.patch || return 1
|
||||
patch -Np1 -i ${srcdir}/013_all_heimdal-pthread-lib.patch || return 1
|
||||
patch -Np0 -i ${srcdir}/014_all_heimdal-path.patch || return 1
|
||||
patch -Np1 -i ${srcdir}/heimdal-c++-safe-krb5_cccol_cursor.patch || return 1
|
||||
|
||||
# temporary work-around for samba - https://bugzilla.samba.org/show_bug.cgi?id=6929
|
||||
patch -Np1 -i ${srcdir}/heimdal-locate_plugin-header.patch || return 1
|
||||
|
||||
sed -i -e 's|var/heimdal|var/lib/heimdal|g' configure.in \
|
||||
doc/setup.texi doc/heimdal.info kadmin/kadmind.8 kdc/kdc.8 \
|
||||
lib/hdb/hdb.h lib/krb5/krb5.conf.5 lib/krb5/krb5.conf.cat5
|
||||
|
||||
libtoolize --force || return 1
|
||||
aclocal -I cf || return 1
|
||||
autoconf || return 1
|
||||
automake || return 1
|
||||
|
||||
./configure --prefix=/usr --enable-shared=yes --without-x \
|
||||
--sysconfdir=/etc --mandir=/usr/share/man \
|
||||
--datadir=/var/lib/heimdal \
|
||||
--localstatedir=/var/lib/heimdal \
|
||||
--with-openssl=/usr \
|
||||
--with-readline-lib=/usr/lib \
|
||||
--with-readline-include=/usr/include/readline \
|
||||
--with-sqlite3-lib=/usr/lib \
|
||||
--with-sqlite3-include=/usr/include \
|
||||
--libexecdir=/usr/sbin
|
||||
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
|
||||
# Rename daemons and their manpages
|
||||
for i in telnetd ftpd rshd; do
|
||||
mv ${pkgdir}/usr/share/man/man8/{,k}${i}.8 || return 1
|
||||
mv ${pkgdir}/usr/sbin/{,k}${i} || return 1
|
||||
done
|
||||
|
||||
# Rename clients and their manpages
|
||||
for i in rcp rsh telnet ftp su login; do
|
||||
if [ -f ${pkgdir}/usr/share/man/man1/${i}.1 ]; then
|
||||
mv ${pkgdir}/usr/share/man/man1/{,k}${i}.1 || return 1
|
||||
fi
|
||||
mv ${pkgdir}/usr/bin/{,k}${i} || return 1
|
||||
done
|
||||
rm -rf ${pkgdir}/usr/share/man/cat{1,3,5,8}
|
||||
|
||||
# Arch could be a KDC too
|
||||
install -d ${pkgdir}/etc/rc.d
|
||||
install -m644 ${srcdir}/heimdal-${pkgver}/krb5.conf ${pkgdir}/etc/ || return 1
|
||||
for i in heimdal-kdc kadmind kpasswd; do
|
||||
install -m755 ${srcdir}/${i}.rc ${pkgdir}/etc/rc.d/${i} || return 1
|
||||
done
|
||||
|
||||
# Remove conflicts
|
||||
rm ${pkgdir}/usr/share/man/man5/ftpusers.5* # man-pages
|
||||
rm ${pkgdir}/usr/lib/libcom_err.{a,so} # e2fsprogs
|
||||
rm ${pkgdir}/usr/bin/compile_et # e2fsprogs
|
||||
rm ${pkgdir}/usr/share/man/man3/{DES,DH,EVP,OpenSSL,RAND,RSA}* # openssl (a bit overzealous...)
|
||||
rm ${pkgdir}/usr/share/man/man3/os.3* # erlang
|
||||
|
||||
# Install the license
|
||||
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
|
||||
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
diff -Naur heimdal-1.3.1-old/lib/krb5/cache.c heimdal-1.3.1/lib/krb5/cache.c
|
||||
--- heimdal-1.3.1-old/lib/krb5/cache.c 2009-11-22 01:41:51.000000000 +1000
|
||||
+++ heimdal-1.3.1/lib/krb5/cache.c 2009-11-23 22:27:15.000000000 +1000
|
||||
@@ -1347,10 +1347,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
-struct krb5_cccol_cursor {
|
||||
+struct krb5_cccol_cursor_data {
|
||||
int idx;
|
||||
krb5_cc_cache_cursor cursor;
|
||||
};
|
||||
+/* typedef of krb5_cccol_cursor is in krb5.h */
|
||||
|
||||
/**
|
||||
* Get a new cache interation cursor that will interate over all
|
||||
diff -Naur heimdal-1.3.1-old/lib/krb5/krb5.h heimdal-1.3.1/lib/krb5/krb5.h
|
||||
--- heimdal-1.3.1-old/lib/krb5/krb5.h 2009-11-22 01:41:51.000000000 +1000
|
||||
+++ heimdal-1.3.1/lib/krb5/krb5.h 2009-11-23 22:28:10.000000000 +1000
|
||||
@@ -311,7 +311,7 @@
|
||||
NULL)
|
||||
|
||||
typedef void *krb5_cc_cursor;
|
||||
-typedef struct krb5_cccol_cursor *krb5_cccol_cursor;
|
||||
+typedef struct krb5_cccol_cursor_data *krb5_cccol_cursor;
|
||||
|
||||
typedef struct krb5_ccache_data {
|
||||
const struct krb5_cc_ops *ops;
|
|
@ -1,40 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# general config
|
||||
. /etc/rc.conf
|
||||
. /etc/rc.d/functions
|
||||
|
||||
PID=`pidof -o %PPID /usr/sbin/kdc`
|
||||
case "$1" in
|
||||
start)
|
||||
stat_busy "Starting heimdal kdc"
|
||||
if [ -z "$PID" ]; then
|
||||
/usr/sbin/kdc --detach
|
||||
fi
|
||||
if [ ! -z "$PID" -o $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
add_daemon heimdal-kdc
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
stat_busy "Stopping heimdal kdc"
|
||||
[ ! -z "$PID" ] && kill $PID &> /dev/null
|
||||
if [ $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
rm_daemon heimdal-kdc
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
sleep 1
|
||||
$0 start
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 {start|stop|restart}"
|
||||
;;
|
||||
esac
|
||||
exit 0
|
|
@ -1,12 +0,0 @@
|
|||
diff -Naur heimdal-1.3.1-old/lib/krb5/locate_plugin.h heimdal-1.3.1/lib/krb5/locate_plugin.h
|
||||
--- heimdal-1.3.1-old/lib/krb5/locate_plugin.h 2009-11-22 01:41:51.000000000 +1000
|
||||
+++ heimdal-1.3.1/lib/krb5/locate_plugin.h 2009-11-25 15:04:30.000000000 +1000
|
||||
@@ -36,6 +36,8 @@
|
||||
#ifndef HEIMDAL_KRB5_LOCATE_PLUGIN_H
|
||||
#define HEIMDAL_KRB5_LOCATE_PLUGIN_H 1
|
||||
|
||||
+#include <krb5.h>
|
||||
+
|
||||
#define KRB5_PLUGIN_LOCATE "service_locator"
|
||||
|
||||
enum locate_service_type {
|
|
@ -1,21 +0,0 @@
|
|||
infodir=/usr/share/info
|
||||
filelist=(heimdal hx509)
|
||||
|
||||
post_install() {
|
||||
for file in ${filelist[@]}; do
|
||||
install-info $infodir/$file.info.gz $infodir/dir 2> /dev/null
|
||||
ln -s /usr/lib/libhx509.so.5 /usr/lib/libhx509.so.4
|
||||
done
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
for file in ${filelist[@]}; do
|
||||
install-info --delete $infodir/$file.info.gz $infodir/dir 2> /dev/null
|
||||
rm /usr/lib/libhx509.so.4
|
||||
done
|
||||
}
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# general config
|
||||
. /etc/rc.conf
|
||||
. /etc/rc.d/functions
|
||||
|
||||
PID=`pidof -o %PPID /usr/sbin/kadmind`
|
||||
case "$1" in
|
||||
start)
|
||||
stat_busy "Starting heimdal admin server"
|
||||
if [ -z "$PID" ]; then
|
||||
/usr/sbin/kadmind &
|
||||
fi
|
||||
if [ ! -z "$PID" -o $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
add_daemon kadmind
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
stat_busy "Stopping heimdal admin server"
|
||||
[ ! -z "$PID" ] && kill $PID &> /dev/null
|
||||
if [ $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
rm_daemon kadmind
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
sleep 1
|
||||
$0 start
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 {start|stop|restart}"
|
||||
;;
|
||||
esac
|
||||
exit 0
|
|
@ -1,40 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# general config
|
||||
. /etc/rc.conf
|
||||
. /etc/rc.d/functions
|
||||
|
||||
PID=`pidof -o %PPID /usr/sbin/kpasswdd`
|
||||
case "$1" in
|
||||
start)
|
||||
stat_busy "Starting heimdal kpasswdd"
|
||||
if [ -z "$PID" ]; then
|
||||
/usr/sbin/kpasswdd &
|
||||
fi
|
||||
if [ ! -z "$PID" -o $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
add_daemon kpasswd
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
stat_busy "Stopping heimdal kpasswdd"
|
||||
[ ! -z "$PID" ] && kill $PID &> /dev/null
|
||||
if [ $? -gt 0 ]; then
|
||||
stat_fail
|
||||
else
|
||||
rm_daemon kpasswd
|
||||
stat_done
|
||||
fi
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
sleep 1
|
||||
$0 start
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 {start|stop|restart}"
|
||||
;;
|
||||
esac
|
||||
exit 0
|
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
|
||||
pkgname=initscripts
|
||||
pkgver=2009.12
|
||||
|
|
23
core/yaourt/PKGBUILD
Normal file
23
core/yaourt/PKGBUILD
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Author: Julien MISCHKOWITZ <wain@archlinux.fr>
|
||||
pkgname=yaourt
|
||||
pkgver=0.9.2.6
|
||||
pkgrel=1
|
||||
pkgdesc="A Pacman frontend with more features and AUR support"
|
||||
arch=(i686 x86_64 ppc arm)
|
||||
url="http://www.archlinux.fr/yaourt-en/"
|
||||
license="GPL"
|
||||
depends=('wget' 'diffutils' 'pacman>=3.2.0')
|
||||
makedepends=('gettext')
|
||||
optdepends=('aurvote: vote for favorite packages from AUR for inclusion in [community]'
|
||||
'customizepkg: automatically modify PKGUILD during install/upgrade'
|
||||
'pacman-color: fully colorized output'
|
||||
'colordiff: colorized output with yaourt -C')
|
||||
install=yaourt.install
|
||||
backup=('etc/yaourtrc')
|
||||
source=(http://archiwain.free.fr/os/i686/$pkgname/$pkgname-$pkgver.src.tar.gz)
|
||||
md5sums=('188fecb7c7401287cca6028ab3f2de6f')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/$pkgname-$pkgver
|
||||
make install DESTDIR=$pkgdir || return 1
|
||||
}
|
26
extra/faac/PKGBUILD
Normal file
26
extra/faac/PKGBUILD
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Maintainer: Manuel Rotter <rotter.manuel@gmail.com>
|
||||
|
||||
pkgname=faac
|
||||
pkgver=1.28
|
||||
pkgrel=1
|
||||
pkgdesc="FAAC is an AAC audio encoder."
|
||||
arch=('arm')
|
||||
url="http://www.audiocoding.com/"
|
||||
license=('GPL' 'custom')
|
||||
depends=('libmp4v2' 'glibc')
|
||||
makedepends=('automake' 'autoconf' 'libtool')
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('80763728d392c7d789cde25614c878f6')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
|
||||
./bootstrap
|
||||
./configure --prefix=/usr --with-mp4v2
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
install -D -m644 ${srcdir}/${pkgname}-${pkgver}/libfaac/kiss_fft/COPYING \
|
||||
${pkgdir}/usr/share/licenses/faac/COPYING.kiss_fft
|
||||
}
|
22
extra/gd/PKGBUILD
Normal file
22
extra/gd/PKGBUILD
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
|
||||
pkgname=gd
|
||||
pkgver=2.0.36RC1
|
||||
pkgrel=3
|
||||
pkgdesc="Library for the dynamic creation of images by programmers"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.libgd.org/"
|
||||
license=('custom')
|
||||
depends=('perl' 'libpng>=1.4.0' 'fontconfig' 'libjpeg>=8')
|
||||
options=('!libtool')
|
||||
source=(http://www.libgd.org/releases/${pkgname}-${pkgver}.tar.bz2 libpng14.patch)
|
||||
md5sums=('e876979ca3130623a4e7866d9579171a'
|
||||
'7921556f4960e8d66cf4fb67ea7101b5')
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -Np1 -i ${srcdir}/libpng14.patch || return 1
|
||||
./configure --prefix=/usr --without-xpm || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" || return 1
|
||||
}
|
12
extra/gd/libpng14.patch
Normal file
12
extra/gd/libpng14.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -Nur gd-2.0.36RC1.orig/gd_png.c gd-2.0.36RC1/gd_png.c
|
||||
--- gd-2.0.36RC1.orig/gd_png.c 2007-11-27 10:30:34.000000000 +0200
|
||||
+++ gd-2.0.36RC1/gd_png.c 2010-01-17 17:14:11.000000000 +0200
|
||||
@@ -151,7 +151,7 @@
|
||||
return NULL;
|
||||
}
|
||||
|
||||
- if (!png_check_sig (sig, 8)) { /* bad signature */
|
||||
+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
|
||||
return NULL; /* bad signature */
|
||||
}
|
||||
|
38
extra/gtk2/PKGBUILD
Normal file
38
extra/gtk2/PKGBUILD
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Maintainer: Philipp Scholl <pscholl@bawue.de>
|
||||
# From ArchMobile.org
|
||||
|
||||
pkgname=gtk2
|
||||
pkgver=2.18.6
|
||||
pkgrel=1
|
||||
pkgdesc="The GTK+ Toolkit (v2)"
|
||||
arch=(arm)
|
||||
url="http://www.gtk.org/"
|
||||
install=gtk2.install
|
||||
depends=('atk>=1.28.0' 'pango>=1.26.0' 'libxcursor' 'libxinerama' 'libxrandr>=1.3.0' \
|
||||
'libxi>=1.2.1' 'libcups>=1.4.2' 'libxcomposite' 'libxdamage' 'heimdal>=1.3.1' \
|
||||
'gnutls>=2.8.3' 'shared-mime-info')
|
||||
makedepends=('pkgconfig' 'gtk-doc')
|
||||
replaces=('gtkprint-cups' 'gail')
|
||||
conflicts=('gtkprint-cups' 'gail')
|
||||
provides=('gail=1.22.3')
|
||||
options=('!libtool' '!docs')
|
||||
backup=(etc/gtk-2.0/gtkrc)
|
||||
license=('LGPL')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.18/gtk+-${pkgver}.tar.bz2
|
||||
xid-collision-debug.patch)
|
||||
sha256sums=('67a83c6b2e774bc20b2a0582fb7fad7b1e8d5e04ede39f299d614e365756d2a7'
|
||||
'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gtk+-${pkgver}"
|
||||
patch -Np1 -i "${srcdir}/xid-collision-debug.patch" || return 1
|
||||
|
||||
CXX=/bin/false ./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --with-xinput=yes \
|
||||
--without-libjasper\
|
||||
--with-included-loaders=png || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
echo 'gtk-fallback-icon-theme = "gnome"' > "${pkgdir}/etc/gtk-2.0/gtkrc" || return 1
|
||||
}
|
13
extra/gtk2/gtk2.install
Normal file
13
extra/gtk2/gtk2.install
Normal file
|
@ -0,0 +1,13 @@
|
|||
post_install() {
|
||||
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
|
||||
usr/bin/gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
rm -f etc/gtk-2.0/gtk.immodules &>/dev/null
|
||||
rm -f etc/gtk-2.0/gdk-pixbuf.loaders &>/dev/null
|
||||
}
|
11
extra/gtk2/libjpeg-7.patch
Normal file
11
extra/gtk2/libjpeg-7.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- gtk+-2.18.2/gdk-pixbuf/io-jpeg.c.orig 2009-10-09 09:53:34.000000000 +0200
|
||||
+++ gtk+-2.18.2/gdk-pixbuf/io-jpeg.c 2009-10-09 09:54:23.000000000 +0200
|
||||
@@ -920,6 +920,8 @@
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
+
|
||||
+ cinfo->scale_num = 1;
|
||||
|
||||
for (cinfo->scale_denom = 2; cinfo->scale_denom <= 8; cinfo->scale_denom *= 2) {
|
||||
jpeg_calc_output_dimensions (cinfo);
|
15
extra/gtk2/xid-collision-debug.patch
Normal file
15
extra/gtk2/xid-collision-debug.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- gtk+-2.18.3/gdk/x11/gdkxid.c 2009-06-19 04:59:18.000000000 +0200
|
||||
+++ gtk+-2.18.3/gdk/x11/gdkxid.c.new 2009-07-22 11:30:12.000000000 +0200
|
||||
@@ -56,10 +56,10 @@
|
||||
if (!display_x11->xid_ht)
|
||||
display_x11->xid_ht = g_hash_table_new ((GHashFunc) gdk_xid_hash,
|
||||
(GEqualFunc) gdk_xid_equal);
|
||||
-
|
||||
+/*
|
||||
if (g_hash_table_lookup (display_x11->xid_ht, xid))
|
||||
g_warning ("XID collision, trouble ahead");
|
||||
-
|
||||
+*/
|
||||
g_hash_table_insert (display_x11->xid_ht, xid, data);
|
||||
}
|
||||
|
33
extra/libmp4v2/PKGBUILD
Normal file
33
extra/libmp4v2/PKGBUILD
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
||||
# From ArchMobile.org
|
||||
|
||||
pkgname=libmp4v2
|
||||
pkgver=1.6
|
||||
pkgrel=1
|
||||
pkgdesc="MPEG-4 library and tools from mpeg4ip"
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://mpeg4ip.sourceforge.net/"
|
||||
depends=('gcc-libs')
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/mpeg4ip/mpeg4ip-${pkgver}.tar.gz)
|
||||
md5sums=('004b481542e5aa9fdb455d9a1b640eff')
|
||||
|
||||
build() {
|
||||
cd ${startdir}/src/mpeg4ip-${pkgver}
|
||||
touch bootstrapped
|
||||
echo "" > lib/rtp/configure
|
||||
echo "" > lib/SDLAudio/configure
|
||||
|
||||
./configure --prefix=/usr || return 1
|
||||
for dir in lib/gnu lib/mp4av lib/mp4v2; do
|
||||
cd ${startdir}/src/mpeg4ip-${pkgver}/${dir}
|
||||
make || return 1
|
||||
make DESTDIR=${startdir}/pkg install || return 1
|
||||
done
|
||||
install -m644 ${startdir}/src/mpeg4ip-${pkgver}/include/mpeg4ip{,_version}.h ${startdir}/pkg/usr/include/ || return 1
|
||||
install -m644 $startdir/src/mpeg4ip-$pkgver/mpeg4ip_config.h $startdir/pkg/usr/include/ || return 1
|
||||
|
||||
install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
|
||||
install -m644 ${srcdir}/mpeg4ip-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
# $Id: PKGBUILD 38888 2009-05-10 17:39:23Z jgc $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
# Written by ArchMobile.org
|
||||
|
||||
pkgname=xorg-server-utils
|
||||
pkgver=7.4
|
||||
pkgrel=6
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue