gnome-shell-extension-pinenote: new aport (MR 4142)
This commit is contained in:
parent
5b0cfb6a2b
commit
4658a9c35d
2 changed files with 51 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
||||||
|
From 41d7e0206ac0a7a703f02341a8b7095429cc5828 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Petr Hodina <phodina@protonmail.com>
|
||||||
|
Date: Fri, 23 Jun 2023 07:34:19 +0200
|
||||||
|
Subject: [PATCH] Change to GNOME Shell 44
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/pnhelper@m-weigand.github.com/metadata.json b/pnhelper@m-weigand.github.com/metadata.json
|
||||||
|
index 2d87329..3d54c91 100644
|
||||||
|
--- a/pnhelper@m-weigand.github.com/metadata.json
|
||||||
|
+++ b/pnhelper@m-weigand.github.com/metadata.json
|
||||||
|
@@ -3,6 +3,6 @@
|
||||||
|
"name": "Pinenote Helper",
|
||||||
|
"description": "Provides easy access to some PineNote-related functionality",
|
||||||
|
"version": 1.0,
|
||||||
|
- "shell-version": ["43" ],
|
||||||
|
+ "shell-version": ["44" ],
|
||||||
|
"url": "https://github.com/PNDeb/pinenote-gnome-extension"
|
||||||
|
}
|
||||||
|
|
||||||
|
base-commit: aee52e853196b142552337a0633ef28e5cceddf2
|
||||||
|
--
|
||||||
|
2.39.1
|
||||||
|
|
28
device/testing/gnome-shell-extension-pinenote/APKBUILD
Normal file
28
device/testing/gnome-shell-extension-pinenote/APKBUILD
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Maintainer: Petr Hodina <phodina@protonmail.com>
|
||||||
|
pkgname=gnome-shell-extension-pinenote
|
||||||
|
pkgver=1.0
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="GNOME Pinenote helper extension"
|
||||||
|
url="https://github.com/PNDeb/pinenote-gnome-extension"
|
||||||
|
arch="aarch64"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
depends="sassc mozjs102-dev gettext-dev pinenote-dbus-service"
|
||||||
|
source="
|
||||||
|
$pkgname-$pkgver.tar.gz::https://github.com/PNDeb/pinenote-gnome-extension/archive/refs/tags/v$pkgver.tar.gz
|
||||||
|
0001-Change-to-GNOME-Shell-44.patch
|
||||||
|
"
|
||||||
|
|
||||||
|
_extension_dir="usr/share/gnome-shell/extensions/"
|
||||||
|
options="!check"
|
||||||
|
|
||||||
|
builddir="$srcdir/pinenote-gnome-extension-$pkgver"
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "$pkgdir/$_extension_dir"
|
||||||
|
cp -r pnhelper@m-weigand.github.com "$pkgdir/$_extension_dir/"
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
e71fad02656f862495ea77a070830ba37b4eee95aa4e6ed2eee4549911da4852aac7db2772eafdfe8e91340c333e3e2a7f4a4e2fd7f203cd21d9d3d7ab554883 gnome-shell-extension-pinenote-1.0.tar.gz
|
||||||
|
f94480d69533653a60c45729a7c6594fbf64faecbf14fb624ad9152924523b5d337392183bf53ef27dcbaa552bb856103fc6013666bb5261e94937b32c95f494 0001-Change-to-GNOME-Shell-44.patch
|
||||||
|
"
|
Loading…
Reference in a new issue