X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-la0-f65.google.com (mail-la0-f65.google.com [209.85.215.65]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C84F4DC009C for ; Sat, 18 Oct 2014 16:01:21 +0000 (UTC) Received: by mail-la0-f65.google.com with SMTP id gm9so658146lab.8 for ; Sat, 18 Oct 2014 09:01:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=FOB+o86xM/MGkX9kDiYIfcFdodbs/954wR6xyXdWyIU=; b=Xou+xUBi7rdw8QXfhq1rzhURqzi6BevLYjWnMkaIStSzxYBtwu5gdsjU764WK2KrBX p/1UTWF1c9QiIeLNwy1xmKWQpceK6KvdJMeFf6+fI3Q9MW+J/pxLMFY/RVFjsQAN+Xaf iz+kNGgrDw/bqql7Po9G7Plp+F1UfWynP42Q+KoJ8icLOXrDYJDGm3rTto0DL1wU8+GW DhTmvPXFgAARlgWeH8l7i4NyfKSn1z8KSKCnxxsKipsUJmlyjwYoheUtOFYWA8LEWkVC kisRjCych/gZrsdYAMfe9offHlFJkxSadVQtVBpI52KTjNMNMAtHqvGqqiaaDtJwUW65 qL9g== X-Received: by 10.112.95.133 with SMTP id dk5mr16039068lbb.53.1413647122828; Sat, 18 Oct 2014 08:45:22 -0700 (PDT) Received: from alpine-dev.resnet.local ([80.64.106.118]) by mx.google.com with ESMTPSA id am8sm1421003lac.46.2014.10.18.08.45.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 18 Oct 2014 08:45:22 -0700 (PDT) From: k0r10n To: alpine-devel@lists.alpinelinux.org Cc: k0r10n Subject: [alpine-devel] [PATCH] testing/baloo and testing/oxygen-icons: Cleaned up Date: Sat, 18 Oct 2014 19:45:18 +0400 Message-Id: <1413647118-527-1-git-send-email-k0r10n.dev@gmail.com> X-Mailer: git-send-email 2.0.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/baloo/APKBUILD | 1 - testing/oxygen-icons/APKBUILD | 1 - 2 files changed, 2 deletions(-) diff --git a/testing/baloo/APKBUILD b/testing/baloo/APKBUILD index f31a6dd..663eeb6 100644 --- a/testing/baloo/APKBUILD +++ b/testing/baloo/APKBUILD @@ -9,7 +9,6 @@ arch="all" license="LGPL" depends= depends_dev="kdepimlibs-dev kfilemetadata-dev xapian-core-dev" -#xapian-core-dev" makedepends="$depends_dev automoc4 cmake" install="" subpackages="$pkgname-dev $pkgname-libs" diff --git a/testing/oxygen-icons/APKBUILD b/testing/oxygen-icons/APKBUILD index 8f53e06..9ba50e4 100644 --- a/testing/oxygen-icons/APKBUILD +++ b/testing/oxygen-icons/APKBUILD @@ -33,7 +33,6 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ "$_builddir" || return 1 -#-DCMAKE_SKIP_RPATH=ON "$_builddir" || return 1 make || return 1 } -- 2.0.0 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---