ArmyKnife update to v5.1.2

removed upstreamed patch
This commit is contained in:
Humdinger
2022-11-20 14:08:58 +01:00
parent 3a3e1f7884
commit c0148aa762
2 changed files with 4 additions and 27 deletions

View File

@@ -7,13 +7,12 @@ Now also with support for cover art!"
HOMEPAGE="https://github.com/HaikuArchives/ArmyKnife"
COPYRIGHT="2000-2001 Jason Burgess
2008 Jonas Sundström, Ryan Leavengood
2009-2021 HaikuArchives team"
2009-2022 HaikuArchives team"
LICENSE="MIT"
REVISION="3"
SOURCE_URI="https://github.com/HaikuArchives/ArmyKnife/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="1ecf71011f7ea82642d531ea5c2d8be59dc6da9b36d00e5c1ea85555abf0e824"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="cd03e7b12122be86cfdc9663fce6c05b94437fd8f251c17d16ebd63b409fd279"
SOURCE_DIR="ArmyKnife-$portVersion"
PATCHES="armyknife-$portVersion.patchset"
ARCHITECTURES="all"

View File

@@ -1,22 +0,0 @@
From 79ca52fee8f3318fb9362b594410103fde0f81cc Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Mon, 24 Oct 2022 08:52:13 +0200
Subject: use libcolumnlistview.a
diff --git a/Makefile b/Makefile
index 98d6f22..f49a6c8 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
-LIBS = be tracker tag translation localestub $(STDCPPLIBS) musicbrainz5 columnlistview
+LIBS = be tag translation localestub $(STDCPPLIBS) musicbrainz5 columnlistview tracker
# Specify additional paths to directories following the standard libXXX.so
# or libXXX.a naming scheme. You can specify full paths or paths relative
--
2.30.2