diff options
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/feh.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/feh/feh.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/feh/feh.SlackBuild b/graphics/feh/feh.SlackBuild index acc33382f9..234c874c9b 100644 --- a/graphics/feh/feh.SlackBuild +++ b/graphics/feh/feh.SlackBuild @@ -24,7 +24,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=feh -VERSION=${VERSION:-2.28.1} +VERSION=${VERSION:-3.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ make \ PREFIX=/usr + make install \ DESTDIR=$PKG \ PREFIX=/usr \ @@ -80,8 +81,8 @@ make install \ doc_dir=$PKG/usr/doc/$PRGNAM-$VERSION \ example_dir=$PKG/usr/doc/$PRGNAM-$VERSION/examples -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | + grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/graphics/feh/feh.info b/graphics/feh/feh.info index bac0a99a47..7f9a9714e1 100644 --- a/graphics/feh/feh.info +++ b/graphics/feh/feh.info @@ -1,8 +1,8 @@ PRGNAM="feh" -VERSION="2.28.1" +VERSION="3.1.1" HOMEPAGE="https://feh.finalrewind.org" -DOWNLOAD="https://feh.finalrewind.org/feh-2.28.1.tar.bz2" -MD5SUM="791e25bd262e74d52cc5b2e5a331ceda" +DOWNLOAD="https://feh.finalrewind.org/feh-3.1.1.tar.bz2" +MD5SUM="124439c77bdfef52b2997922a482d36d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="imlib2" |