Merge branch '2.2' into 2.3

This commit is contained in:
Juergen Daubert 2006-12-28 16:48:14 +01:00
commit fb3ab98730
11 changed files with 40 additions and 78 deletions

View File

@ -2,7 +2,7 @@
# URL: http://www.gnupg.org
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: libgcrypt, libassuan, libksba
# Depends on: libgcrypt, libassuan, libksba, pinentry
name=gnupg
version=2.0.1

6
pinentry/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/pinentry -> pinentry-gtk-2
-rwxr-xr-x root/root usr/bin/pinentry-curses
-rwxr-xr-x root/root usr/bin/pinentry-gtk-2
-rwxr-xr-x root/root usr/bin/pinentry-qt

1
pinentry/.md5sum Normal file
View File

@ -0,0 +1 @@
55626ce13ed76d82ec5330d19bdf3ab4 pinentry-0.7.2.tar.gz

25
pinentry/Pkgfile Normal file
View File

@ -0,0 +1,25 @@
# Description: Secure PinEntry Dialog
# URL: http://www.gnupg.org
# Maintainer: Simon Gloßner, viper at hometux dot de
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: ncurses
# Nice to have: gtk, qt3
name=pinentry
version=0.7.2
release=1
source=(http://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-qt-dir=/usr/share/qt \
--enable-fallback-curses \
--disable-pinentry-gtk
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}

View File

@ -1,2 +1,2 @@
a3517a224716f79b14196adda3e88057 ruby-1.8.5-p2.tar.gz
c29d1494e946c08c4731c3e4cdabb2cb ruby-1.8.5.patch
d7d12dd9124c9b7d55cdbbee313e3931 ruby-1.8.5-p12.tar.gz
2d04e0d8fe3b2efdf42832deeb6f58b7 ruby-1.8.5.patch

View File

@ -4,7 +4,7 @@
# Depends on: db, gdbm, ncurses, openssl, readline, zlib
name=ruby
version=1.8.5-p2
version=1.8.5-p12
release=1
source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.gz \
$name-1.8.5.patch)

View File

@ -1,7 +1,7 @@
diff -Nru ruby-1.8.5.orig/configure ruby-1.8.5/configure
--- ruby-1.8.5.orig/configure 2006-08-26 15:03:23.000000000 +0200
+++ ruby-1.8.5/configure 2006-08-26 15:03:53.000000000 +0200
@@ -19254,7 +19254,7 @@
diff -Nru ruby-1.8.5-p12.orig/configure ruby-1.8.5-p12/configure
--- ruby-1.8.5-p12.orig/configure 2006-12-27 19:03:43.539393663 +0100
+++ ruby-1.8.5-p12/configure 2006-12-27 19:03:56.889006998 +0100
@@ -19402,7 +19402,7 @@
_ACEOF
else
@ -10,15 +10,3 @@ diff -Nru ruby-1.8.5.orig/configure ruby-1.8.5/configure
cat >>confdefs.h <<_ACEOF
#define RUBY_PLATFORM "${arch}"
_ACEOF
diff -Nru ruby-1.8.5.orig/ext/dbm/extconf.rb ruby-1.8.5/ext/dbm/extconf.rb
--- ruby-1.8.5.orig/ext/dbm/extconf.rb 2006-08-26 15:03:23.000000000 +0200
+++ ruby-1.8.5/ext/dbm/extconf.rb 2006-08-26 15:04:19.000000000 +0200
@@ -55,7 +55,7 @@
have_header("cdefs.h")
have_header("sys/cdefs.h")
-if /DBM_HDR/ =~ $CFLAGS and have_func(db_prefix("dbm_open"))
+if have_func(db_prefix("dbm_open"))
have_func(db_prefix("dbm_clearerr")) unless $dbm_conf_have_gdbm
create_makefile("dbm")
end

View File

@ -1,21 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wmii
-rwxr-xr-x root/root usr/bin/wmiimenu
-rwxr-xr-x root/root usr/bin/wmiipsel
-rwxr-xr-x root/root usr/bin/wmiir
-rwxr-xr-x root/root usr/bin/wmiisetsid
-rwxr-xr-x root/root usr/bin/wmiiwarp
-rwxr-xr-x root/root usr/bin/wmiiwm
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/wmii-3/
-rwxr-xr-x root/root usr/etc/wmii-3/quit
-rwxr-xr-x root/root usr/etc/wmii-3/status
-rwxr-xr-x root/root usr/etc/wmii-3/welcome
-rwxr-xr-x root/root usr/etc/wmii-3/wmiirc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/wmii.1.gz
-rw-r--r-- root/root usr/man/man1/wmiimenu.1.gz
-rw-r--r-- root/root usr/man/man1/wmiir.1.gz
-rw-r--r-- root/root usr/man/man1/wmiiwm.1.gz

View File

@ -1 +0,0 @@
108147a4283bd76d2a76e47bb0c96bac wmii-3.1.tar.gz

View File

@ -1,19 +0,0 @@
# Description: The next generation of WMI
# URL: http://suckless.org
# Maintainer: Simon Gloßner, viper at hometux dot de
name=wmii
version=3.1
release=1
source=(http://suckless.org/download/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i 's|^PREFIX.*|PREFIX=/usr|' config.mk
sed -i 's|^MANPREFIX.*|MANPREFIX=/usr/man|' config.mk
make DESTDIR=$PKG clean install
chmod 644 $PKG/usr/man/man?/*
}

View File

@ -1,17 +0,0 @@
REQUIREMENTS
PRE-INSTALL
POST-INSTALL
PRECAUTION
The developers of wmii have changed the configuration format again.
So wmii doesn't depend on base9 anymore. They switched back to the
old sh configuration format. Therefore you have to manually convert
your old configuration files (from 2.5) to use it in this new
version (3.0 and above). The configuration paths also have been changed.
~/.wmii-3
/etc/wmii-3