summaryrefslogtreecommitdiff
path: root/enchant
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2011-11-28 15:38:04 +1100
committerDanny Rawlins <monster.romster@gmail.com>2011-11-28 19:30:04 +1100
commit30326be5e166ab827ef2fe4c17cede4d441dc95b (patch)
treede80b3f7160edc0d0bb6bd7efae00b5971ffb80a /enchant
parent95c692afd94ad5c5a5a30f148000b312420bb04a (diff)
downloadcontrib-30326be5e166ab827ef2fe4c17cede4d441dc95b.tar.gz
contrib-30326be5e166ab827ef2fe4c17cede4d441dc95b.tar.xz
enchant: 1.4.2 -> 1.6.0
Diffstat (limited to 'enchant')
-rw-r--r--enchant/.footprint10
-rw-r--r--enchant/.md5sum2
-rw-r--r--enchant/Pkgfile5
3 files changed, 9 insertions, 8 deletions
diff --git a/enchant/.footprint b/enchant/.footprint
index e9b07787f..8d0ecb82d 100644
--- a/enchant/.footprint
+++ b/enchant/.footprint
@@ -9,16 +9,20 @@ drwxr-xr-x root/root usr/include/enchant/
-rw-r--r-- root/root usr/include/enchant/enchant.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/enchant/
+-rw-r--r-- root/root usr/lib/enchant/libenchant_aspell.a
-rwxr-xr-x root/root usr/lib/enchant/libenchant_aspell.la
-rwxr-xr-x root/root usr/lib/enchant/libenchant_aspell.so
+-rw-r--r-- root/root usr/lib/enchant/libenchant_ispell.a
-rwxr-xr-x root/root usr/lib/enchant/libenchant_ispell.la
-rwxr-xr-x root/root usr/lib/enchant/libenchant_ispell.so
+-rw-r--r-- root/root usr/lib/enchant/libenchant_myspell.a
-rwxr-xr-x root/root usr/lib/enchant/libenchant_myspell.la
-rwxr-xr-x root/root usr/lib/enchant/libenchant_myspell.so
+-rw-r--r-- root/root usr/lib/libenchant.a
-rwxr-xr-x root/root usr/lib/libenchant.la
-lrwxrwxrwx root/root usr/lib/libenchant.so -> libenchant.so.1.4.2
-lrwxrwxrwx root/root usr/lib/libenchant.so.1 -> libenchant.so.1.4.2
--rw-r--r-- root/root usr/lib/libenchant.so.1.4.2
+lrwxrwxrwx root/root usr/lib/libenchant.so -> libenchant.so.1.6.0
+lrwxrwxrwx root/root usr/lib/libenchant.so.1 -> libenchant.so.1.6.0
+-rwxr-xr-x root/root usr/lib/libenchant.so.1.6.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/enchant.pc
drwxr-xr-x root/root usr/man/
diff --git a/enchant/.md5sum b/enchant/.md5sum
index fe038cc27..955eaf681 100644
--- a/enchant/.md5sum
+++ b/enchant/.md5sum
@@ -1 +1 @@
-fe4558269ff59f569ab9581c907d58cb enchant-1.4.2.tar.gz
+de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz
diff --git a/enchant/Pkgfile b/enchant/Pkgfile
index 06bc23975..b699ce0fb 100644
--- a/enchant/Pkgfile
+++ b/enchant/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: aspell glib
name=enchant
-version=1.4.2
+version=1.6.0
release=1
source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz)
@@ -15,11 +15,8 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --disable-static \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
- chmod a-x $PKG/usr/lib/*.so
}
-

Generated by cgit