diff options
Diffstat (limited to 'test')
22 files changed, 0 insertions, 311 deletions
diff --git a/test/rxvt-unicode/.footprint b/test/rxvt-unicode/.footprint deleted file mode 100644 index f4c14ca0f..000000000 --- a/test/rxvt-unicode/.footprint +++ /dev/null @@ -1,42 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/urxvt --rwxr-xr-x root/root usr/bin/urxvt-tabbed --rwxr-xr-x root/root usr/bin/urxvtc --rwxr-xr-x root/root usr/bin/urxvtd -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/urxvt/ -drwxr-xr-x root/root usr/lib/urxvt/perl/ --rw-r--r-- root/root usr/lib/urxvt/perl/block-graphics-to-ascii --rw-r--r-- root/root usr/lib/urxvt/perl/digital-clock --rw-r--r-- root/root usr/lib/urxvt/perl/example-refresh-hooks --rw-r--r-- root/root usr/lib/urxvt/perl/kuake --rw-r--r-- root/root usr/lib/urxvt/perl/macosx-clipboard --rw-r--r-- root/root usr/lib/urxvt/perl/matcher --rw-r--r-- root/root usr/lib/urxvt/perl/option-popup --rw-r--r-- root/root usr/lib/urxvt/perl/overlay-osc --rw-r--r-- root/root usr/lib/urxvt/perl/readline --rw-r--r-- root/root usr/lib/urxvt/perl/remote-clipboard --rw-r--r-- root/root usr/lib/urxvt/perl/searchable-scrollback --rw-r--r-- root/root usr/lib/urxvt/perl/selection --rw-r--r-- root/root usr/lib/urxvt/perl/selection-autotransform --rw-r--r-- root/root usr/lib/urxvt/perl/selection-pastebin --rw-r--r-- root/root usr/lib/urxvt/perl/selection-popup --rw-r--r-- root/root usr/lib/urxvt/perl/tabbed --rw-r--r-- root/root usr/lib/urxvt/perl/urxvt-popup --rw-r--r-- root/root usr/lib/urxvt/perl/xim-onthespot --rw-r--r-- root/root usr/lib/urxvt/urxvt.pm -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/rxvt-unicode.desktop -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/urxvt.1.gz --rw-r--r-- root/root usr/share/man/man1/urxvtc.1.gz --rw-r--r-- root/root usr/share/man/man1/urxvtd.1.gz -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/urxvtperl.3.gz -drwxr-xr-x root/root usr/share/man/man7/ --rw-r--r-- root/root usr/share/man/man7/urxvt.7.gz -drwxr-xr-x root/root usr/share/pixmaps/ --rw-r--r-- root/root usr/share/pixmaps/rxvt-unicode.png diff --git a/test/rxvt-unicode/.md5sum b/test/rxvt-unicode/.md5sum deleted file mode 100644 index 5c84aa833..000000000 --- a/test/rxvt-unicode/.md5sum +++ /dev/null @@ -1,5 +0,0 @@ -df0c3a8b6bb0578d1b91e4081c47881c font-width-fix.patch -9ef634386594969e106f0858a2e6df8c gcc4.4.patch -4cb9330e99fc0b0b05cebf3581557dd8 rxvt-unicode-9.06.tar.bz2 -ef2dfa44a86cae36a60f45559d8ad783 rxvt-unicode.desktop -84328cada91751df07324d95f8be4d1b rxvt-unicode.png diff --git a/test/rxvt-unicode/Pkgfile b/test/rxvt-unicode/Pkgfile deleted file mode 100644 index 811717734..000000000 --- a/test/rxvt-unicode/Pkgfile +++ /dev/null @@ -1,57 +0,0 @@ -# Description: Clone d'un terminal rxvt (urxvt) avec support 256 couileurs -# URL:http://software.schmorp.de/pkg/rxvt-unicode.html -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: xorg-libxft - -name=rxvt-unicode -version=9.06 -release=1 -source=(http://dist.schmorp.de/$name/$name-$version.tar.bz2 \ - rxvt-unicode.desktop \ - rxvt-unicode.png \ - font-width-fix.patch \ - gcc4.4.patch) - -build() { - cd $name-$version - # Add 256 color support - patch -p1 -i doc/urxvt-8.2-256color.patch || return 1 - - # Fix font width bug fix - patch -p0 -i ../font-width-fix.patch || return 1 - - # Port to compile with GCC4.4 - patch -p0 -i ../gcc4.4.patch - - ./configure --prefix=/usr \ - --with-terminfo=/usr/share/terminfo \ - --with-term=rxvt-256color \ - --enable-smart-resize \ - --enable-font-styles \ - --enable-xim \ - --enable-keepscrolling \ - --enable-selectionscrolling \ - --enable-xpm-background \ - --enable-transparency \ - --enable-utmp \ - --enable-wtmp \ - --enable-lastlog - - make - make DESTDIR=$PKG install - -# install -d $PKG/usr/share/terminfo -# export TERMINFO=$PKG/usr/share/terminfo -# make DESTDIR=$PKG install - - # install the tabbing wrapper - sed -i 's/\"rxvt\"/"urxvt"/' doc/rxvt-tabbed - install -D -m755 doc/rxvt-tabbed $PKG/usr/bin/urxvt-tabbed - - # install freedesktop menu and icon ( icon from cvs checkout ) - install -D -m644 ../rxvt-unicode.desktop \ - $PKG/usr/share/applications/rxvt-unicode.desktop - install -Dm644 ../rxvt-unicode.png \ - $PKG/usr/share/pixmaps/rxvt-unicode.png -} diff --git a/test/rxvt-unicode/font-width-fix.patch b/test/rxvt-unicode/font-width-fix.patch deleted file mode 100644 index 811d9e615..000000000 --- a/test/rxvt-unicode/font-width-fix.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- src/rxvtfont.C.bukind 2007-11-30 14:36:33.000000000 +0600 -+++ src/rxvtfont.C 2007-11-30 14:39:29.000000000 +0600 -@@ -1171,12 +1171,21 @@ - XGlyphInfo g; - XftTextExtents16 (disp, f, &ch, 1, &g); - -+/* -+ * bukind: don't use g.width as a width of a character! -+ * instead use g.xOff, see e.g.: http://keithp.com/~keithp/render/Xft.tutorial -+ - g.width -= g.x; - - int wcw = WCWIDTH (ch); - if (wcw > 0) g.width = (g.width + wcw - 1) / wcw; - - if (width < g.width ) width = g.width; -+ */ -+ int wcw = WCWIDTH (ch); -+ if (wcw > 1) g.xOff = g.xOff / wcw; -+ if (width < g.xOff) width = g.xOff; -+ - if (height < g.height ) height = g.height; - if (glheight < g.height - g.y) glheight = g.height - g.y; - } - - diff --git a/test/rxvt-unicode/gcc4.4.patch b/test/rxvt-unicode/gcc4.4.patch deleted file mode 100644 index 06be6c4ba..000000000 --- a/test/rxvt-unicode/gcc4.4.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- src/command.C.old 2009-05-28 15:21:04.457772957 +0200 -+++ src/command.C 2009-05-28 15:18:52.684597530 +0200 -@@ -3336,7 +3336,7 @@ - } - else - { -- char *eq = strchr (str, '='); // constness lost, but verified to be ok -+ char *eq = (char *) strchr ( str, '='); // constness lost, but verified to be ok - - if (eq) - { ---- src/misc.C.old 2009-05-28 15:21:16.400270603 +0200 -+++ src/misc.C 2009-05-28 15:21:51.697108339 +0200 -@@ -170,7 +170,7 @@ - char * - rxvt_basename (const char *str) NOTHROW - { -- char *base = strrchr (str, '/'); -+ char *base = (char *) strrchr (str, '/'); - - return (char *) (base ? base + 1 : str); - } - diff --git a/test/rxvt-unicode/rxvt-unicode.desktop b/test/rxvt-unicode/rxvt-unicode.desktop deleted file mode 100644 index c6169949f..000000000 --- a/test/rxvt-unicode/rxvt-unicode.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=rxvt-unicode -Comment=An Unicode capable rxvt clone -Exec=urxvt -Icon=rxvt-unicode -Terminal=false -Type=Application -Categories=System;TerminalEmulator; diff --git a/test/rxvt-unicode/rxvt-unicode.png b/test/rxvt-unicode/rxvt-unicode.png Binary files differdeleted file mode 100644 index 0738a7840..000000000 --- a/test/rxvt-unicode/rxvt-unicode.png +++ /dev/null diff --git a/test/units/.footprint b/test/units/.footprint deleted file mode 100644 index 028dd182b..000000000 --- a/test/units/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/units -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/info/ --rw-r--r-- root/root usr/share/info/units.info.gz -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/units.1.gz --rw-r--r-- root/root usr/share/units.dat diff --git a/test/units/.md5sum b/test/units/.md5sum deleted file mode 100644 index f0c6610b3..000000000 --- a/test/units/.md5sum +++ /dev/null @@ -1 +0,0 @@ -8cf47adf29e38a9aa744e8d5246d1bec units.1.87.tar.gz diff --git a/test/units/Pkgfile b/test/units/Pkgfile deleted file mode 100644 index bf1f1bd92..000000000 --- a/test/units/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: convertisseur de mesures en ligne de commande -# URL: http://units.sourceforge.net -# Maintainer: NuTyX core team -# Packager: skingrapher at legtux dot org -name=units -version=1.87 -release=1 -source=(http://ftp.de.debian.org/debian/pool/main/u/$name/$name.$version.tar.gz) - -build() { -cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} diff --git a/test/xorg-xf86-input-aiptek/.footprint b/test/xorg-xf86-input-aiptek/.footprint deleted file mode 100644 index 77125a23c..000000000 --- a/test/xorg-xf86-input-aiptek/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/input/ --rwxr-xr-x root/root usr/lib/xorg/modules/input/aiptek_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/aiptek_drv.so -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/aiptek.4.gz diff --git a/test/xorg-xf86-input-aiptek/.md5sum b/test/xorg-xf86-input-aiptek/.md5sum deleted file mode 100644 index 529ea4533..000000000 --- a/test/xorg-xf86-input-aiptek/.md5sum +++ /dev/null @@ -1 +0,0 @@ -ae3ec07aff6c156cf5307f53feb6b293 xf86-input-aiptek-1.3.0.tar.bz2 diff --git a/test/xorg-xf86-input-aiptek/Pkgfile b/test/xorg-xf86-input-aiptek/Pkgfile deleted file mode 100644 index b1de4bbf4..000000000 --- a/test/xorg-xf86-input-aiptek/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Pilote pour les tablettes digitales Aiptek -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-server - -name=xorg-xf86-input-acecad -version=1.3.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-$version.tar.bz2) - -build() { - cd xf86-input-aiptek-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} diff --git a/test/xorg-xf86-input-fpit/.footprint b/test/xorg-xf86-input-fpit/.footprint deleted file mode 100644 index 3987d099a..000000000 --- a/test/xorg-xf86-input-fpit/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/input/ --rwxr-xr-x root/root usr/lib/xorg/modules/input/fpit_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/fpit_drv.so -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/fpit.4.gz diff --git a/test/xorg-xf86-input-fpit/.md5sum b/test/xorg-xf86-input-fpit/.md5sum deleted file mode 100644 index e58572d1b..000000000 --- a/test/xorg-xf86-input-fpit/.md5sum +++ /dev/null @@ -1 +0,0 @@ -e5bfda480f25121e3c4222e5e1eb5880 xf86-input-fpit-1.3.0.tar.bz2 diff --git a/test/xorg-xf86-input-fpit/Pkgfile b/test/xorg-xf86-input-fpit/Pkgfile deleted file mode 100644 index 7cbe90a34..000000000 --- a/test/xorg-xf86-input-fpit/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: xorg driver xf86-input-fpit -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-input-fpit -version=1.3.0 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-$version.tar.bz2) - -build() { - cd xf86-input-fpit-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} diff --git a/test/xorg-xf86-input-hyperpen/.footprint b/test/xorg-xf86-input-hyperpen/.footprint deleted file mode 100644 index e07e7074c..000000000 --- a/test/xorg-xf86-input-hyperpen/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/input/ --rwxr-xr-x root/root usr/lib/xorg/modules/input/hyperpen_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/hyperpen_drv.so -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ diff --git a/test/xorg-xf86-input-hyperpen/.md5sum b/test/xorg-xf86-input-hyperpen/.md5sum deleted file mode 100644 index ac88bbd9e..000000000 --- a/test/xorg-xf86-input-hyperpen/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c50d0da3206d18d9d94f720e3688eca5 xf86-input-hyperpen-1.3.0.tar.bz2 diff --git a/test/xorg-xf86-input-hyperpen/Pkgfile b/test/xorg-xf86-input-hyperpen/Pkgfile deleted file mode 100644 index 41bc98882..000000000 --- a/test/xorg-xf86-input-hyperpen/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: xorg driver xf86-input-hyperpen -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-input-hyperpen -version=1.3.0 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-hyperpen-$version.tar.bz2) - -build() { - cd xf86-input-hyperpen-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} diff --git a/test/xorg-xf86-input-mutouch/.footprint b/test/xorg-xf86-input-mutouch/.footprint deleted file mode 100644 index 33db3c496..000000000 --- a/test/xorg-xf86-input-mutouch/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/xorg/ -drwxr-xr-x root/root usr/lib/xorg/modules/ -drwxr-xr-x root/root usr/lib/xorg/modules/input/ --rwxr-xr-x root/root usr/lib/xorg/modules/input/mutouch_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/input/mutouch_drv.so -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man4/ --rw-r--r-- root/root usr/share/man/man4/mutouch.4.gz diff --git a/test/xorg-xf86-input-mutouch/.md5sum b/test/xorg-xf86-input-mutouch/.md5sum deleted file mode 100644 index bb3efe209..000000000 --- a/test/xorg-xf86-input-mutouch/.md5sum +++ /dev/null @@ -1 +0,0 @@ -f28998cdfae2a4c41589299a4ee1f459 xf86-input-mutouch-1.2.1.tar.bz2 diff --git a/test/xorg-xf86-input-mutouch/Pkgfile b/test/xorg-xf86-input-mutouch/Pkgfile deleted file mode 100644 index 45610b54e..000000000 --- a/test/xorg-xf86-input-mutouch/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: xorg driver xf86-input-mutouch -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: lesibel at free dot fr -# Depends on: xorg-server - -name=xorg-xf86-input-mutouch -version=1.2.1 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mutouch-$version.tar.bz2) - -build() { - cd xf86-input-mutouch-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |