mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Switch 5 recipes to a safe source and delete 9 old receipes. (#935)
Switch these 5 recipes to a safe SOURCE_URI: * microbe-20130728 * minimizeall-1.0.0 * optipngtranslator-0.0.1 * vwget-20141229 * minesweeper-20150109 Delete these 9 old recipes (and their patches): * libmicro-0.4.1 * postgresql-9.0.4 & 9.2.3 * redis-2.2.11 * wolfssl-1.6.5 & 1.8.0 & 2.0.2 & 2.5.0 * numpy-1.4.1
This commit is contained in:
committed by
fbrosson
parent
cdb2a41d52
commit
8128305c22
@@ -4,12 +4,15 @@ MinimizeAll is a small app that minimizes all your apps with the press of a \
|
||||
button on the Deskbar, or with a keypress. The app contains two parts: A \
|
||||
standalone app that minimizes the whole app, and a replicant for your Deskbar. \
|
||||
Both do the same: Minimize all your apps!"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll/"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/MinimizeAll"
|
||||
COPYRIGHT="2001-2008 Werner Freytag
|
||||
2009 Haiku"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/MinimizeAll.git#5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
|
||||
REVISION="4"
|
||||
srcGitrev="5afe6d4fab8f7e2a33727ef9152578b7d0c836ec"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitrev.tar.gz"
|
||||
CHECKSUM_SHA256="b3e8d78e7e7ec723c51b63fac1151ff84a88e4091f29b1204418caf64ce83b16"
|
||||
SOURCE_DIR="minimizeall-$srcGitrev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user