diff options
Diffstat (limited to 'gtkspell')
-rw-r--r-- | gtkspell/.footprint.i686 | 18 | ||||
-rw-r--r-- | gtkspell/.footprint.x86_64 | 18 | ||||
-rw-r--r-- | gtkspell/.md5sum.i686 | 1 | ||||
-rw-r--r-- | gtkspell/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | gtkspell/Pkgfile | 20 |
5 files changed, 58 insertions, 0 deletions
diff --git a/gtkspell/.footprint.i686 b/gtkspell/.footprint.i686 new file mode 100644 index 000000000..f822fb139 --- /dev/null +++ b/gtkspell/.footprint.i686 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/gtkspell-2.0/ +drwxr-xr-x root/root usr/include/gtkspell-2.0/gtkspell/ +-rw-r--r-- root/root usr/include/gtkspell-2.0/gtkspell/gtkspell.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libgtkspell.a +-rwxr-xr-x root/root usr/lib/libgtkspell.la +lrwxrwxrwx root/root usr/lib/libgtkspell.so -> libgtkspell.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgtkspell.so.0 -> libgtkspell.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgtkspell.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gtkspell-2.0.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gtkspell.mo diff --git a/gtkspell/.footprint.x86_64 b/gtkspell/.footprint.x86_64 new file mode 100644 index 000000000..f822fb139 --- /dev/null +++ b/gtkspell/.footprint.x86_64 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/gtkspell-2.0/ +drwxr-xr-x root/root usr/include/gtkspell-2.0/gtkspell/ +-rw-r--r-- root/root usr/include/gtkspell-2.0/gtkspell/gtkspell.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libgtkspell.a +-rwxr-xr-x root/root usr/lib/libgtkspell.la +lrwxrwxrwx root/root usr/lib/libgtkspell.so -> libgtkspell.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgtkspell.so.0 -> libgtkspell.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgtkspell.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gtkspell-2.0.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gtkspell.mo diff --git a/gtkspell/.md5sum.i686 b/gtkspell/.md5sum.i686 new file mode 100644 index 000000000..5ade0e2f0 --- /dev/null +++ b/gtkspell/.md5sum.i686 @@ -0,0 +1 @@ +f75dcc9338f182c571b321d37c606a94 gtkspell-2.0.16.tar.gz diff --git a/gtkspell/.md5sum.x86_64 b/gtkspell/.md5sum.x86_64 new file mode 100644 index 000000000..5ade0e2f0 --- /dev/null +++ b/gtkspell/.md5sum.x86_64 @@ -0,0 +1 @@ +f75dcc9338f182c571b321d37c606a94 gtkspell-2.0.16.tar.gz diff --git a/gtkspell/Pkgfile b/gtkspell/Pkgfile new file mode 100644 index 000000000..98908274b --- /dev/null +++ b/gtkspell/Pkgfile @@ -0,0 +1,20 @@ +# Description: Highlighting and replacement of misspelled words +# URL: http://gtkspell.sourceforge.net/ +# Packager: thierryn1 at hispeed dot ch +# Maintainer: NuTyX core team +# Depends on: gtk, aspell, enchant, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama +# Run on: gtk,aspell,enchant + +name=gtkspell +version=2.0.16 +release=1 +source=(http://gtkspell.sourceforge.net/download/$name-$version.tar.gz) + +build() { +cd $name-$version +./configure --prefix=/usr +make +make DESTDIR=$PKG install +rm -rf $PKG/usr/share/gtk-doc +} + |