summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-02-21 20:34:31 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-02-21 21:07:46 +1100
commit3cf6b1110b9e145767884f206c1eb09fa20f12de (patch)
tree5d267221e5cb17001d0823c257b92086d7c00f3d
parent358bdc8699b7050864408d23958b15408008739d (diff)
downloadopt-3cf6b1110b9e145767884f206c1eb09fa20f12de.tar.gz
opt-3cf6b1110b9e145767884f206c1eb09fa20f12de.tar.xz
gftp: move man pages
-rw-r--r--gftp/.footprint6
-rw-r--r--gftp/.md5sum2
-rw-r--r--gftp/.signature8
-rw-r--r--gftp/Pkgfile9
4 files changed, 12 insertions, 13 deletions
diff --git a/gftp/.footprint b/gftp/.footprint
index e859794b0..36b31de71 100644
--- a/gftp/.footprint
+++ b/gftp/.footprint
@@ -3,9 +3,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gftp
-rwxr-xr-x root/root usr/bin/gftp-gtk
-rwxr-xr-x root/root usr/bin/gftp-text
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/gftp.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/gftp.desktop
@@ -42,5 +39,8 @@ drwxr-xr-x root/root usr/share/gftp/
-rw-r--r-- root/root usr/share/gftp/txt.xpm
-rw-r--r-- root/root usr/share/gftp/up.xpm
-rw-r--r-- root/root usr/share/gftp/world.xpm
+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/gftp.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/gftp.png
diff --git a/gftp/.md5sum b/gftp/.md5sum
index 2532623f6..8bb765d56 100644
--- a/gftp/.md5sum
+++ b/gftp/.md5sum
@@ -1 +1 @@
-4c0cab4b35e8666f5892b02125270a21 gftp-2.0.19.tar.gz
+5183cb4955d94be0e03c892585547c64 gftp-2.0.19.tar.bz2
diff --git a/gftp/.signature b/gftp/.signature
index 765e861b7..973282e49 100644
--- a/gftp/.signature
+++ b/gftp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/RbO/3pZu02mC88/R3dXmuyYJbWFyWhhAGyuLxP3HHLDJN249CVqSCFZZUtjKelwe7qLH54vTlkHwtI8oUNf0wg=
-SHA256 (Pkgfile) = 03a872b0d6b0830e98c7b117c0a5f390809e118df8030a2ddcd1e331548d1052
-SHA256 (.footprint) = 398fc53b3c0a445c9ddec28f49027d3cf99c17d5b0686db64f770ab51810ed5e
-SHA256 (gftp-2.0.19.tar.gz) = eefc47ae51b011a2412874f0df068397ad85d9600c1acc02e22d5df3d9a60074
+RWSE3ohX2g5d/WnBWR2OVYC+MkBrQbcq0hP46nafzpE9uYtZBJEXokO9h/DyVQW8JptA4ZH66toeq7dfSEIbQLE+i5OJ13MBCQw=
+SHA256 (Pkgfile) = 45fbb795feb12ad65759e76f2fb356d319a05917434d6e282e8abd7526691c21
+SHA256 (.footprint) = 1d837cd69f27519ae3e938eaa13c68acef246c875226e0a956dfac914737430c
+SHA256 (gftp-2.0.19.tar.bz2) = 5306a46be96d6f4d23906cb1836fb3d732039621a6c7fcfa921acc21ac110bfd
diff --git a/gftp/Pkgfile b/gftp/Pkgfile
index 3421edcfe..591e34036 100644
--- a/gftp/Pkgfile
+++ b/gftp/Pkgfile
@@ -1,17 +1,16 @@
# Description: Multithreaded FTP client with GTK+2 user interface
-# URL: http://gftp.seul.org/
+# URL: https://www.gftp.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
-# Packager: Juergen Daubert, jue at crux dot nu
-# Depends on: gtk
+# Depends on: gtk util-linux
name=gftp
version=2.0.19
release=1
-source=(http://gftp.seul.org/$name-$version.tar.gz)
+source=(https://www.gftp.org/$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
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop

Generated by cgit