Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [85.215.255.21]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F1BC6781048 for ; Tue, 28 Dec 2021 18:43:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1640716992; s=strato-dkim-0002; d=erduman.de; h=Message-Id:Date:Subject:Cc:To:From:Cc:Date:From:Subject:Sender; bh=pIBO2zMgjpj9b+HSxPX/aHh6ITU++bohURi+UD9+FXc=; b=IXLIH7g/Lrvh27i8OgeXsebsFPtx4Eb3pwDAeSMqoYUHt6QwmZM4KFRLq6G75Ailu1 TcL2zcPB+HfyXbUtdmtKhIYkyitDOqQ7u6XjZILkBmntQ04tqZ9ZqrBPr1Ozol0uh/Nj cGT2oSikxefkDryR2lzOWkvSSHF+MEHdpByEXACL9DThDSl94QrSHdbSSuP9xixg7v2q VKgv/NUGITEs6V2EMXNV08yBskIMFToB2TF11b3p9D+8Evo1SOAiJYuZefTjSYf1eM6r HiZq6ApdH7KcqWriJ++ImBiTUWAz+8chXlEoiMtBEj7tZQqTkJBzcKJfhe6RCXLQDSC+ 5R4g== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":JG0PdE6Ifu01fGcw5LkiijwwjO8uLyVE4CyKsZZvl8YCKfMJ9B+NlmsB5qzKkQkimDz2MQ==" X-RZG-CLASS-ID: mo00 Received: from rocky.fritz.box by smtp.strato.de (RZmta 47.35.3 DYNA|AUTH) with ESMTPSA id v01391xBSIhCuNO (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Tue, 28 Dec 2021 19:43:12 +0100 (CET) From: Hakan Erduman To: alpine-aports@lists.alpinelinux.org Cc: Hakan Erduman Subject: [PATCH] testing/xfce4-hamster-plugin: new aport Date: Tue, 28 Dec 2021 19:43:04 +0100 Message-Id: <20211228184304.253501-1-hakan@erduman.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/xfce4-hamster-plugin/APKBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/testing/xfce4-hamster-plugin/APKBUILD b/testing/xfce4-hamster-plugin/APKBUILD index 47c15b9ccf..52261bedfb 100644 --- a/testing/xfce4-hamster-plugin/APKBUILD +++ b/testing/xfce4-hamster-plugin/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Hakan Erduman pkgname=xfce4-hamster-plugin pkgver=1.15 -pkgrel=0 +pkgrel=1 pkgdesc="A recreation of the gnome-shell hamster extension as a xfce4 panel plugin." url="https://github.com/projecthamster/xfce4-hamster-plugin" -arch="all !mips !mips64" +arch="all" license="GPL-2.0-or-later" options="!check" # No test suite makedepends="cmake libxfce4ui-dev libxfce4util-dev xfce4-panel-dev" @@ -12,16 +12,15 @@ subpackages="$pkgname-lang" source="$pkgname-$pkgver.tar.gz::https://github.com/projecthamster/xfce4-hamster-plugin/archive/refs/tags/v$pkgver.tar.gz" build() { - cmake \ + cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=None \ - . - make + -DCMAKE_BUILD_TYPE=None + cmake --build build } package() { - make install LIBDIR=lib DESTDIR="$pkgdir" + DESTDIR="$pkgdir" cmake --install build } sha512sums=" -- 2.30.2