diff --git a/gmtp/.footprint b/gmtp/.footprint deleted file mode 100644 index 297f45723..000000000 --- a/gmtp/.footprint +++ /dev/null @@ -1,25 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/gmtp -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/gmtp.desktop -drwxr-xr-x root/root usr/share/glib-2.0/ -drwxr-xr-x root/root usr/share/glib-2.0/schemas/ --rw-r--r-- root/root usr/share/glib-2.0/schemas/org.gnome.gmtp.gschema.xml -drwxr-xr-x root/root usr/share/gmtp/ --rw-r--r-- root/root usr/share/gmtp/audio-x-mp3-playlist.png --rw-r--r-- root/root usr/share/gmtp/audio-x-mpeg.png --rw-r--r-- root/root usr/share/gmtp/empty.png --rw-r--r-- root/root usr/share/gmtp/folder.png --rw-r--r-- root/root usr/share/gmtp/gmtpicon.png --rw-r--r-- root/root usr/share/gmtp/icon-16.png --rw-r--r-- root/root usr/share/gmtp/image-x-generic.png --rw-r--r-- root/root usr/share/gmtp/logo.png --rw-r--r-- root/root usr/share/gmtp/media-cdrom-audio.png --rw-r--r-- root/root usr/share/gmtp/stock-about-16.png --rw-r--r-- root/root usr/share/gmtp/text-plain.png --rw-r--r-- root/root usr/share/gmtp/video-x-generic.png --rw-r--r-- root/root usr/share/gmtp/view-refresh.png -drwxr-xr-x root/root usr/share/pixmaps/ --rw-r--r-- root/root usr/share/pixmaps/gmtpicon.png diff --git a/gmtp/.signature b/gmtp/.signature deleted file mode 100644 index 36edebc7e..000000000 --- a/gmtp/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30UubmLOjY8afaBJP+4bA2chLtn1okyZhw3b7BZvrF8012V+w5i+PF6bAQeVrU5sRtYLQZUroJYcUVlI6V6kyA0= -SHA256 (Pkgfile) = 4b095fc4035f3174337cc75513b90bff417f5e43aed68ffa0a3dc531ca4d9ac7 -SHA256 (.footprint) = 18b79f071cfbac23d55b4d3ee5a51656c122165e9c70c24953b9e5e7e476f91b -SHA256 (gmtp-1.3.11.tar.gz) = 5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613 diff --git a/gmtp/Pkgfile b/gmtp/Pkgfile deleted file mode 100644 index 2be881d30..000000000 --- a/gmtp/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Simple MP3 player client for MTP based devices -# URL: https://gmtp.sourceforge.io/ -# Maintainer: UNMAINTAINED -# Depends on: desktop-file-utils flac gtk3 libid3tag libmtp libvorbis xorg-libxcomposite xorg-libxcursor xorg-libxinerama - -name=gmtp -version=1.3.11 -release=1 -source=(http://sourceforge.net/projects/gmtp/files/gMTP-$version/gmtp-$version.tar.gz) - -build() { - cd $name-$version - - CFLAGS+=' -fcommon' ./configure \ - --prefix=/usr \ - --with-gtk3 \ - --disable-nls - - make - make DESTDIR=$PKG install -}