commit 6183ffeaf3f88513c46fc6cd0852f6bc448d6d73 Author: Tim Biermann <tbier@posteo.de> Date: Wed Jul 28 15:09:26 2021 +0200 feh: dropped port diff --git a/feh/.footprint b/feh/.footprint deleted file mode 100644 index 37f4e5477..000000000 --- a/feh/.footprint +++ /dev/null @@ -1,26 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/feh -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/feh.desktop -drwxr-xr-x root/root usr/share/feh/ -drwxr-xr-x root/root usr/share/feh/fonts/ --rw-r--r-- root/root usr/share/feh/fonts/black.style --rw-r--r-- root/root usr/share/feh/fonts/menu.style --rw-r--r-- root/root usr/share/feh/fonts/yudit.ttf -drwxr-xr-x root/root usr/share/feh/images/ --rw-r--r-- root/root usr/share/feh/images/feh.png --rw-r--r-- root/root usr/share/feh/images/feh.svg --rw-r--r-- root/root usr/share/feh/images/menubg_default.png -drwxr-xr-x root/root usr/share/icons/ -drwxr-xr-x root/root usr/share/icons/hicolor/ -drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ -drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/feh.png -drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ -drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/feh.svg -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/feh.1.gz diff --git a/feh/.signature b/feh/.signature deleted file mode 100644 index 69d1b2acf..000000000 --- a/feh/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32FE5V1P5vYybNyApuBIScssWRkWGRz46b9Gny0bfTHUdQcAAqdiRmDPvoV/iiRPFW8hAF1+iN2AnPagtDrQ4Ac= -SHA256 (Pkgfile) = 6b53c79e6fb96981f188f1ea5cff4f43ea05c38921aa603f0af955542bb6d009 -SHA256 (.footprint) = 506a674e74114ca3c2077905aaf3ee040c6f0baf17430f22c11215dfa6b0bff8 -SHA256 (feh-3.7.1.tar.bz2) = 57ab1ca61f57c96595878069f550d36f518530f88fa31b74cc39cd739f9258b6 diff --git a/feh/Pkgfile b/feh/Pkgfile deleted file mode 100644 index eb93fac98..000000000 --- a/feh/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: A fast commandline-driven image viewer for X. -# URL: https://feh.finalrewind.org/ -# Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: giblib harfbuzz xorg-libxinerama xorg-libxt - -name=feh -version=3.7.1 -release=1 -source=(https://feh.finalrewind.org/feh-$version.tar.bz2) - -build() { - cd $name-$version - make PREFIX=/usr - make PREFIX=/usr DESTDIR=$PKG install - rm -rf $PKG/usr/share/doc -}