summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-11-20 12:44:44 +0100
committerJuergen Daubert <jue@jue.li>2015-11-20 12:44:44 +0100
commit971c66649ed9751f93c80646ffd7bf980d1dfce2 (patch)
tree7d94bcbe4946c4776e8ce933c2d7892347f981a6 /gphoto2
parentedfe6371d358958a5a87b9797470495ce4441000 (diff)
parent338bdf75bddd91a75e947c1c282198892f2b2737 (diff)
downloadopt-971c66649ed9751f93c80646ffd7bf980d1dfce2.tar.gz
opt-971c66649ed9751f93c80646ffd7bf980d1dfce2.tar.xz
Merge branch '3.1' into 3.2
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/.footprint7
-rw-r--r--gphoto2/.md5sum2
-rw-r--r--gphoto2/Pkgfile8
3 files changed, 8 insertions, 9 deletions
diff --git a/gphoto2/.footprint b/gphoto2/.footprint
index 9323a1971..f110ec932 100644
--- a/gphoto2/.footprint
+++ b/gphoto2/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gphoto2
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/gphoto2.1.gz
+drwxr-xr-x root/root usr/share/
+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/gphoto2.1.gz
diff --git a/gphoto2/.md5sum b/gphoto2/.md5sum
index 84a3d029e..2de3381d4 100644
--- a/gphoto2/.md5sum
+++ b/gphoto2/.md5sum
@@ -1 +1 @@
-bae369aee6881e590c5c91bdbb11a5f8 gphoto2-2.5.8.tar.bz2
+66b6444cc4c881d5300fdc1a467dd711 gphoto2-2.5.9.tar.bz2
diff --git a/gphoto2/Pkgfile b/gphoto2/Pkgfile
index 40d91ae85..933220ae7 100644
--- a/gphoto2/Pkgfile
+++ b/gphoto2/Pkgfile
@@ -4,19 +4,17 @@
# Depends on: readline popt libgphoto2
name=gphoto2
-version=2.5.8
+version=2.5.9
release=1
source=(http://downloads.sourceforge.net/project/gphoto/gphoto/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --disable-nls
+ ./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share
+ rm -r $PKG/usr/share/doc
}

Generated by cgit