Dockbert: remove patch (it was upstreamed).

This commit is contained in:
Augustin Cavalier
2015-01-08 14:30:43 -05:00
parent 5a7fbe6b16
commit 6638866bfd
2 changed files with 6 additions and 106 deletions

View File

@@ -5,11 +5,12 @@ may have shortcuts organized in \"tabs\", a tab of the running apps and some \
other general eyecandy.
"
HOMEPAGE="https://github.com/HaikuArchives/DockBert"
SRC_URI="git+https://github.com/HaikuArchives/DockBert#057c54674d"
SRC_URI="https://github.com/HaikuArchives/DockBert/archive/722161cf8646b18eee2d00208fa649a0ebfe8d00.zip"
CHECKSUM_SHA256="704a8cde914b41219e60ef8fc375ab7847cae580b1265f1b9b84cbe294334cce"
COPYRIGHT="2005 yellowTAB GmbH"
LICENSE="BSD (3-clause)"
REVISION="3"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -34,18 +35,16 @@ BUILD_PREREQUIRES="
cmd:mkdepend
"
PATCHES="dockbert-1.0.2b1.patchset"
BUILD()
{
cd trunk
cd source
make OBJ_DIR=objects \
BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
}
INSTALL()
{
{
mkdir -p $appsDir
cp -a trunk/objects/Dock $appsDir/Dock
cp -a source/objects/Dock $appsDir/Dock
addAppDeskbarSymlink $appsDir/Dock
}