diff --git a/menumaker/.footprint b/menumaker/.footprint deleted file mode 100644 index 79d549bfa..000000000 --- a/menumaker/.footprint +++ /dev/null @@ -1,42 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/mmaker -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/menumaker/ --rw-r--r-- root/root usr/share/menumaker/Config.py --rw-r--r-- root/root usr/share/menumaker/Keywords.py -drwxr-xr-x root/root usr/share/menumaker/MenuMaker/ --rw-r--r-- root/root usr/share/menumaker/MenuMaker/BlackBox.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/CLI.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/Deskmenu.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/FluxBox.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/IceWM.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/JWM.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/OpenBox3.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/PekWM.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/WindowMaker.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/Xfce4.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/__init__.py --rw-r--r-- root/root usr/share/menumaker/MenuMaker/xBox.py --rw-r--r-- root/root usr/share/menumaker/Paths.py -drwxr-xr-x root/root usr/share/menumaker/Prophet/ --rw-r--r-- root/root usr/share/menumaker/Prophet/Categories.py -drwxr-xr-x root/root usr/share/menumaker/Prophet/Debian/ --rw-r--r-- root/root usr/share/menumaker/Prophet/Debian/__init__.py -drwxr-xr-x root/root usr/share/menumaker/Prophet/Debian/menu/ --rw-r--r-- root/root usr/share/menumaker/Prophet/Debian/menu/debian-2.2r5 --rw-r--r-- root/root usr/share/menumaker/Prophet/Debian/menu/debian-8.1 --rw-r--r-- root/root usr/share/menumaker/Prophet/Debian/menu/ubuntu-5.04 --rw-r--r-- root/root usr/share/menumaker/Prophet/Debian/menu/ubuntu-5.10 -drwxr-xr-x root/root usr/share/menumaker/Prophet/Desktop/ --rw-r--r-- root/root usr/share/menumaker/Prophet/Desktop/__init__.py -drwxr-xr-x root/root usr/share/menumaker/Prophet/Legacy/ --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/Development.py --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/Editor.py --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/Emulator.py --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/Graphics.py --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/Multimedia.py --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/Network.py --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/Shell.py --rw-r--r-- root/root usr/share/menumaker/Prophet/Legacy/__init__.py --rw-r--r-- root/root usr/share/menumaker/Prophet/__init__.py diff --git a/menumaker/.signature b/menumaker/.signature deleted file mode 100644 index 17dcf415b..000000000 --- a/menumaker/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF309Uvn59nNnAbbK/nRzbTwLICEMDwgdM5qPFRHuEDCnHNDjhAaCaYd8pJj2jPyXq7wHQzAB1ARzanYML/Ihg9Qk= -SHA256 (Pkgfile) = 2d1ec43ae868fc37731e7c6da1a29ac375f3f48279620faab9c5102236d00f01 -SHA256 (.footprint) = 474900313eed3c45d91a5aecb1aaf3cec7c2296298e85409f0acc019e68bf3a3 -SHA256 (menumaker-0.99.12.tar.gz) = e3a3566186a5a9ed4d721c1e7788a5af243c8c8a45b96fe6fff3e94580289b0c diff --git a/menumaker/Pkgfile b/menumaker/Pkgfile deleted file mode 100644 index d0dd0553f..000000000 --- a/menumaker/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Tool for generate menu for many window manager. -# URL: http://menumaker.sourceforge.net/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Coviello Giuseppe giuseppecoviello at tin dot it -# Depends on: python3 - -name=menumaker -version=0.99.12 -release=1 -source=(https://sourceforge.net/projects/menumaker/files/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr --infodir=/usr/share/info - make - install -d $PKG/usr $PKG/usr/bin - make DESTDIR=$PKG install - rm -r $PKG/usr/share/info -}