X-Original-To: alpine-aports@lists.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 314AAF84F2A for ; Thu, 13 Dec 2018 20:27:43 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id D078421924; Thu, 13 Dec 2018 15:27:42 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Thu, 13 Dec 2018 15:27:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sent.com; h=from :to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm2; bh=lHdgFr9XBuyo7Bcn6ce3X0uzKL TdoXr2ECS/XiItXoA=; b=Ilwsv+hqJK9xLm9KC3KmJmX15u0qpuvwtk7i34g6Rt GoD082ygrJHJFhGtdaFBnLlsoQ9B+M1XbhHBgZy/q1fKy94u7WCLVdxddnoLWL0D aUJtQNl46QhhJxkel7RAST9K2z/TzgnKhG4UK0BpfZJoJXajV9kOuYnHvFlvvcPl H97eD4cSW8qTyIFsPtF8nC9aXg/N730V+B+xzPn7REGOXHtmx4J0tyHz4yhn4lCP RCe0C33RRqAfvu/IKGFyZGKfDf5yVsa1ufx1+Aq25ezSGmUIW/rhX6G5unKnYaBg ZOQ/LHFDFeVHEMBahPvwGLzJjMPGL1R5NkmpVsqPlr+A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=lHdgFr9XBuyo7Bcn6 ce3X0uzKLTdoXr2ECS/XiItXoA=; b=xBndZWDrXYdzHyPKIbW+GEdIFjvql8fNa 02ds9QJewbGXXH78YgoszpFQNFg46hn57YlW+/9IBV3bY9R08zYfyGqXes9RfXdD G515YDP82sZZefip4e6Jf7HIeHPg7ShXDIOccqgRh3G6h3O01qOoXfG+Hc+h7UUd a2eCqj+TB1phXzNEd4Ybx5M5wvNn+IQJWjNmUvbyYZgi4e58C6nLFe4HwH8Ylb4l 9YfxuLX5y+0jewa8xEoCHo0gZbO4nbNA/EurVElsn54h9IY0KC9scwgumPF1d89J voZSBvs7trH9bVujKBMQcG1fHYZrujFVMzL//Qc86sgtY0McRbcQQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudehvddgudefjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucenucfjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomheprf gruhhluceurhgvuggsuhhrhicuoegsrhgvsghssehsvghnthdrtghomheqnecuffhomhgr ihhnpehgihhthhhusgdrtghomhenucfkphepjeelrdejfedrudegtddrvddtheenucfrrg hrrghmpehmrghilhhfrhhomhepsghrvggsshesshgvnhhtrdgtohhmnecuvehluhhsthgv rhfuihiivgeptd X-ME-Proxy: Received: from brebsc.lan (79-73-140-205.dynamic.dsl.as9105.com [79.73.140.205]) by mail.messagingengine.com (Postfix) with ESMTPA id 28942E405D for ; Thu, 13 Dec 2018 15:27:42 -0500 (EST) Received: from localhost ([127.0.0.1] helo=brebsc.lan) by brebsc.lan with esmtp (Exim 4.91) (envelope-from ) id 1gXXa8-0002OG-BP; Thu, 13 Dec 2018 20:27:40 +0000 From: Paul Bredbury To: alpine-aports@lists.alpinelinux.org Cc: Paul Bredbury Subject: [alpine-aports] [PATCH] testing/flameshot: new aport Date: Thu, 13 Dec 2018 20:27:28 +0000 Message-Id: <20181213202728.8715-1-brebs@sent.com> X-Mailer: git-send-email 2.19.2 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Featureful screenshot app. --- testing/flameshot/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/flameshot/APKBUILD diff --git a/testing/flameshot/APKBUILD b/testing/flameshot/APKBUILD new file mode 100644 index 0000000000..214b6f3a6d --- /dev/null +++ b/testing/flameshot/APKBUILD @@ -0,0 +1,30 @@ +pkgname=flameshot +pkgver=0.6.0 +pkgrel=0 +pkgdesc="Featureful screenshot app" +url="https://github.com/lupoDharkael/flameshot" +arch="all" +license="GPL-3.0-or-later" +depends="qt5-qtsvg" +makedepends="make qt5-qtsvg-dev qt5-qttools-dev" +subpackages="$pkgname-lang" +source="$pkgname-$pkgver.tar.gz::https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" +options="!check" # No test suite +langdir="/usr/share/flameshot/translations" + +build() { + cd "$builddir" + sed -i "s|TAG_VERSION = .*|TAG_VERSION = v${pkgver}|" flameshot.pro + + qmake-qt5 CONFIG+=packaging PREFIX=/usr DATADIR=/usr/share + make +} + +package() { + cd "$builddir" + make INSTALL_ROOT="$pkgdir" install +} + + +sha512sums="194127032ab0f62a6ba2698688e11b2d4e6f0e04a282144f5fbb6c232eeebc71371af2d55abbb6e98b8649dee036e6f0a6ef55710e4321a60fd5ac6e453ab975 flameshot-0.6.0.tar.gz" -- 2.19.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---