Merge branch '2.5' into 2.6
This commit is contained in:
commit
b3cd0d9a53
@ -1 +1 @@
|
|||||||
bd4c4bb38344b5c596cea4a72d940827 bbkeys-0.9.0.tar.gz
|
6bb7fdf50b7c2df4f9a12f4e16d76f66 bbkeys-0.9.1.tar.gz
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
# Depends on: blackbox
|
# Depends on: blackbox
|
||||||
|
|
||||||
name=bbkeys
|
name=bbkeys
|
||||||
version=0.9.0
|
version=0.9.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://dl.sourceforge.net/sourceforge/bbkeys/$name-$version.tar.gz)
|
source=(http://dl.sourceforge.net/sourceforge/bbkeys/$name-$version.tar.gz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --mandir=/usr/man
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -rf $PKG/usr/share/doc
|
rm -rf $PKG/usr/share/doc
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/gvim
|
-rwxr-xr-x root/root usr/bin/gvim
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/applications/
|
||||||
|
-rw-r--r-- root/root usr/share/applications/gvim.desktop
|
||||||
|
drwxr-xr-x root/root usr/share/pixmaps/
|
||||||
|
-rw-r--r-- root/root usr/share/pixmaps/vim16x16.png
|
||||||
|
-rw-r--r-- root/root usr/share/pixmaps/vim32x32.png
|
||||||
|
-rw-r--r-- root/root usr/share/pixmaps/vim48x48.png
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
8e16af6325c8f479717e1ce4121d5bf6 gvim.desktop
|
||||||
9bd2e29c537b01a65a5bd02f3c3a5b0f vim-7.2.001-051.tar.bz2
|
9bd2e29c537b01a65a5bd02f3c3a5b0f vim-7.2.001-051.tar.bz2
|
||||||
a9ced51e2066576cd9757e6a272aeb4c vim-7.2.052-102.tar.bz2
|
a9ced51e2066576cd9757e6a272aeb4c vim-7.2.052-102.tar.bz2
|
||||||
c974e419563c91551d06e93e0fe11f8e vim-7.2.103-160.tar.bz2
|
c974e419563c91551d06e93e0fe11f8e vim-7.2.103-160.tar.bz2
|
||||||
|
272e655d28572d58125c8bb3c6e46592 vim-7.2.161-209.tar.bz2
|
||||||
f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2
|
f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2
|
||||||
|
16
gvim/Pkgfile
16
gvim/Pkgfile
@ -4,12 +4,14 @@
|
|||||||
# Depends on: vim, gtk
|
# Depends on: vim, gtk
|
||||||
|
|
||||||
name=gvim
|
name=gvim
|
||||||
version=7.2.160
|
version=7.2.209
|
||||||
release=1
|
release=1
|
||||||
source=(ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 \
|
source=(ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
|
||||||
http://crux.nu/~jue/files/dist/vim-7.2.001-051.tar.bz2 \
|
http://crux.nu/files/distfiles/vim-7.2.001-051.tar.bz2
|
||||||
http://crux.nu/~jue/files/dist/vim-7.2.052-102.tar.bz2 \
|
http://crux.nu/files/distfiles/vim-7.2.052-102.tar.bz2
|
||||||
http://crux.nu/~jue/files/dist/vim-7.2.103-160.tar.bz2)
|
http://crux.nu/files/distfiles/vim-7.2.103-160.tar.bz2
|
||||||
|
http://crux.nu/files/distfiles/vim-7.2.161-209.tar.bz2
|
||||||
|
gvim.desktop)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd vim72/src
|
cd vim72/src
|
||||||
@ -26,4 +28,8 @@ build () {
|
|||||||
|
|
||||||
make VIMRTDIR=
|
make VIMRTDIR=
|
||||||
make VIMRTDIR= DESTDIR=$PKG installvimbin
|
make VIMRTDIR= DESTDIR=$PKG installvimbin
|
||||||
|
|
||||||
|
install -d $PKG/usr/share/{applications,pixmaps}
|
||||||
|
install -m 644 $SRC/gvim.desktop $PKG/usr/share/applications
|
||||||
|
install -m 644 ../runtime/vim*.png $PKG/usr/share/pixmaps
|
||||||
}
|
}
|
||||||
|
12
gvim/gvim.desktop
Normal file
12
gvim/gvim.desktop
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Version=1.0
|
||||||
|
Name=gVim
|
||||||
|
Comment=GTK2 enhanced vim text editor
|
||||||
|
GenericName=Text Editor
|
||||||
|
Type=Application
|
||||||
|
TryExec=gvim
|
||||||
|
Exec=gvim %F
|
||||||
|
Icon=vim48x48.png
|
||||||
|
Terminal=false
|
||||||
|
Categories=GTK;Application;Utility;TextEditor;
|
@ -138,7 +138,6 @@ drwxr-xr-x root/root usr/man/man5/
|
|||||||
-rw-r--r-- root/root usr/man/man5/smbpasswd.5.gz
|
-rw-r--r-- root/root usr/man/man5/smbpasswd.5.gz
|
||||||
drwxr-xr-x root/root usr/man/man7/
|
drwxr-xr-x root/root usr/man/man7/
|
||||||
-rw-r--r-- root/root usr/man/man7/libsmbclient.7.gz
|
-rw-r--r-- root/root usr/man/man7/libsmbclient.7.gz
|
||||||
-rw-r--r-- root/root usr/man/man7/pam_winbind.7.gz
|
|
||||||
-rw-r--r-- root/root usr/man/man7/samba.7.gz
|
-rw-r--r-- root/root usr/man/man7/samba.7.gz
|
||||||
-rw-r--r-- root/root usr/man/man7/winbind_krb5_locator.7.gz
|
-rw-r--r-- root/root usr/man/man7/winbind_krb5_locator.7.gz
|
||||||
drwxr-xr-x root/root usr/man/man8/
|
drwxr-xr-x root/root usr/man/man8/
|
||||||
@ -154,6 +153,7 @@ drwxr-xr-x root/root usr/man/man8/
|
|||||||
-rw-r--r-- root/root usr/man/man8/mount.cifs.8.gz
|
-rw-r--r-- root/root usr/man/man8/mount.cifs.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/net.8.gz
|
-rw-r--r-- root/root usr/man/man8/net.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/nmbd.8.gz
|
-rw-r--r-- root/root usr/man/man8/nmbd.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/pam_winbind.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/pdbedit.8.gz
|
-rw-r--r-- root/root usr/man/man8/pdbedit.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/smbd.8.gz
|
-rw-r--r-- root/root usr/man/man8/smbd.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/smbpasswd.8.gz
|
-rw-r--r-- root/root usr/man/man8/smbpasswd.8.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
448caca4745aef1a842f4fdb1aa62e1e samba
|
448caca4745aef1a842f4fdb1aa62e1e samba
|
||||||
1443165edb7cb3f56f1e77aec1ee3266 samba-3.3.4.tar.gz
|
8fa0e3c5daaba4c2ce2fb871a5f3157a samba-3.3.5.tar.gz
|
||||||
fbaccda19afc8f75f6f0123cab82c87e samba-config.patch
|
fbaccda19afc8f75f6f0123cab82c87e samba-config.patch
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: ncurses openssl readline zlib
|
# Depends on: ncurses openssl readline zlib
|
||||||
|
|
||||||
name=samba
|
name=samba
|
||||||
version=3.3.4
|
version=3.3.5
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
|
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
|
||||||
samba-config.patch samba)
|
samba-config.patch samba)
|
||||||
|
@ -1 +1 @@
|
|||||||
ed5f04b797862fa059347609eeca4761 transmission-1.71.tar.bz2
|
4ebbb9d4c27a019f5aced926818be4fa transmission-1.72.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: openssl curl intltool gtk
|
# Depends on: openssl curl intltool gtk
|
||||||
|
|
||||||
name=transmission-gtk
|
name=transmission-gtk
|
||||||
version=1.71
|
version=1.72
|
||||||
release=1
|
release=1
|
||||||
source=(http://download.m0k.org/transmission/files/transmission-$version.tar.bz2)
|
source=(http://download.m0k.org/transmission/files/transmission-$version.tar.bz2)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
ed5f04b797862fa059347609eeca4761 transmission-1.71.tar.bz2
|
4ebbb9d4c27a019f5aced926818be4fa transmission-1.72.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: openssl curl
|
# Depends on: openssl curl
|
||||||
|
|
||||||
name=transmission
|
name=transmission
|
||||||
version=1.71
|
version=1.72
|
||||||
release=1
|
release=1
|
||||||
source=(http://download.m0k.org/$name/files/$name-$version.tar.bz2)
|
source=(http://download.m0k.org/$name/files/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
740915344c06b5566823d86bb5e12a76 whois_4.7.33.tar.gz
|
c2d83431a8fd050bc0a3d6a4544f6870 whois_4.7.34.tar.gz
|
||||||
|
@ -5,12 +5,13 @@
|
|||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=whois
|
name=whois
|
||||||
version=4.7.33
|
version=4.7.34
|
||||||
release=1
|
release=1
|
||||||
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
|
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
|
||||||
make
|
make
|
||||||
install -D -m 755 whois $PKG/usr/bin/whois
|
install -D -m 755 whois $PKG/usr/bin/whois
|
||||||
install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
|
install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user