X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by lists.alpinelinux.org (Postfix) with ESMTP id C04B8F81709 for ; Sat, 2 Feb 2019 19:41:32 +0000 (UTC) Received: by mail-lf1-f48.google.com with SMTP id v195so3153779lfa.2 for ; Sat, 02 Feb 2019 11:41:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=CxrMwTxVTrLKHC1irJCzk4zxbv0VBkNQDpVZisEfb4o=; b=mmfnD/G4+tUlJjuLjwkqi4jHnF4msRccOZT6NmIO0JjL6hl191Tu9AQZVmK1x77tCB 8nGIXW0hj56ErnbzMZT2X7CjoMUQ5WwEraChq26PwhUM6lVcQg8JeYhtTmO14X9pmvm9 z0JGDSYDDF4WHg2rOyCT9gZpFwEuFSEqKUXCjWWaNLi6cmdIX3IjojxPr2C+xjzSDGlS QEKax8PsiVAJ+6LNQa1K52tR6SDrJntUI7n8cneXeWXhGym/e+xCG+OwIVGQiufg45m7 eQjL0d0u8u3LshDeqjaVJerMHK6Y0nPohbc1fEUBW4h23xflxTmn02QlupbKkffZAZcb gULQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=CxrMwTxVTrLKHC1irJCzk4zxbv0VBkNQDpVZisEfb4o=; b=dI2XnLEDmXgE5tAwEzfB62EgLMbFBFra87UpFRpXOLXxgh+KW2sMbJ3maYFs6UgpM/ t+Wrz224NNnnyqKmsanJqCyx9Z04sSVj7OOi4nVwE5GSJcSdPw3LGROM2oToIUpcbYEt Mn/uu0kjAbE/T93ksShGXIKGL6SO90n5Dx0YSYVc7xQ/2vKwByf5CWa5I3zg5C5qMkFz JHSpaR/9Ju/xH5uiSrdh3XnUNvzCdhmoU8622ARXm/THbpDGK8ebbHWSWAtzvLlO/Upd 8t5DGtGL5JeCWSKIRrDKAgvHgPBLbCKZGAslDnD7FOu35cGVRhPoYbHhfZw+fMuZL7CF IznA== X-Gm-Message-State: AHQUAuaaMht9HBErOPopVCXbOyfViBi9t8FEcfFaL8qq4GgFzuPqq08j LlvQZ+/FQtvEu6SBDDcJMosZ6RGKsC0xWRUWsxxQ1x49 X-Google-Smtp-Source: AHgI3Ia2Fegl1Lovyc2BXhA0GRaSjfKRpqYa6/BFZJs5aSFSVwaG39XukQv/KFWAw5J28jSKsTLOh6qlCxX8aXUDtGc= X-Received: by 2002:ac2:533a:: with SMTP id f26mr4374521lfh.40.1549136491342; Sat, 02 Feb 2019 11:41:31 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 From: Bradley Saulteaux Date: Sat, 2 Feb 2019 12:45:47 -0700 Message-ID: Subject: [alpine-aports] [PATCH] testing/j4-dmenu-desktop: new aport To: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000466de90580ee72fa" --000000000000466de90580ee72fa Content-Type: text/plain; charset="UTF-8" https://github.com/enkore/j4-dmenu-desktop A fast desktop menu --- testing/j4-dmenu-desktop/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/j4-dmenu-desktop/APKBUILD diff --git a/testing/j4-dmenu-desktop/APKBUILD b/testing/j4-dmenu-desktop/APKBUILD new file mode 100644 index 0000000000..1d413bec31 --- /dev/null +++ b/testing/j4-dmenu-desktop/APKBUILD @@ -0,0 +1,30 @@ +# Maintainer: Bradley Saulteaux +pkgname=j4-dmenu-desktop +pkgver=2.16 +pkgrel=0 +pkgdesc="A fast desktop menu" +url="https://github.com/enkore/${pkgname}" +arch="all" +license="GPL-3.0-only" +depends="dmenu" +makedepends="cmake git" +install="" +subpackages="" +source="${pkgname}-${pkgver}.tar.gz::${url}/archive/r${pkgver}.tar.gz" +build() { + cd "$srcdir"/${pkgname}-r${pkgver} + cmake -DCMAKE_INSTALL_PREFIX=/usr . + make +} + +check() { + cd "$srcdir"/${pkgname}-r${pkgver} + make test +} + +package() { + cd "$srcdir"/${pkgname}-r${pkgver} + make DESTDIR="$pkgdir" install +} + +sha512sums="d5bb0902d4bdc474fa20bc9d8f79de90a92bb4941f0d325dfcfaa1347ea3ad355b87da8194bc3f654970e9ab8848e6ecb5093f3c75fbaa8dbc40199fe6ea2837 j4-dmenu-desktop-2.16.tar.gz" -- 2.20.1 --000000000000466de90580ee72fa Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
https://github.com/enkore/j4-d= menu-desktop
A fast desktop menu
---
=C2=A0testing/j4-dmenu-de= sktop/APKBUILD | 30 ++++++++++++++++++++++++++++++
=C2=A01 file changed,= 30 insertions(+)
=C2=A0create mode 100644 testing/j4-dmenu-desktop/APKB= UILD

diff --git a/testing/j4-dmenu-desktop/APKBUILD b/testing/j4-dme= nu-desktop/APKBUILD
new file mode 100644
index 0000000000..1d413bec31=
--- /dev/null
+++ b/testing/j4-dmenu-desktop/APKBUILD
@@ -0,0 +1,= 30 @@
+# Maintainer: Bradley Saulteaux <bradsoto@gmail.com>
+pkgname=3Dj4-dmenu-desktop
+pkgv= er=3D2.16
+pkgrel=3D0
+pkgdesc=3D"A fast desktop menu"
+= url=3D"https://github.com/enkor= e/${pkgname}&quo= t;
+arch=3D"all"
+license=3D"GPL-3.0-only"
+de= pends=3D"dmenu"
+makedepends=3D"cmake git"
+insta= ll=3D""
+subpackages=3D""
+source=3D"${pkgna= me}-${pkgver}.tar.gz::${url}/archive/r${pkgver}.tar.gz"
+build() {
+ cd "$srcdi= r"/${pkgname}-r${pkgver}
+ cmake -DCMAKE_INSTALL_PREFIX=3D/usr .+ make
+}
+
+check() {
+ cd "$srcdir"/${pkgname}-r$= {pkgver}
+ make test
+}
+
+package() {
+ cd "$srcdir&qu= ot;/${pkgname}-r${pkgver}
+ make DESTDIR=3D"$pkgdir" install+}
+
+sha512sums=3D"d5bb0902d4bdc474fa20bc9d8f79de90a92bb4941f= 0d325dfcfaa1347ea3ad355b87da8194bc3f654970e9ab8848e6ecb5093f3c75fbaa8dbc401= 99fe6ea2837 =C2=A0j4-dmenu-desktop-2.16.tar.gz"
--
2.20.1
--000000000000466de90580ee72fa-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---