Skip to content
Snippets Groups Projects

Pop shell shortcuts

Merged Mark Wagie requested to merge pop-shell-shortcuts into master
2 files
+ 112
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
5
@@ -6,7 +6,7 @@
pkgname=gnome-control-center
pkgver=3.38.1
pkgrel=1
pkgrel=2
pkgdesc="GNOME's main interface to configure various aspects of the desktop"
url="https://gitlab.gnome.org/GNOME/gnome-control-center"
license=(GPL2)
@@ -29,12 +29,14 @@ source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_co
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
'distro-logo.patch'
'software-updates.patch'
'aboutmanjarognome.svg')
'aboutmanjarognome.svg'
'pop-shell.patch')
sha256sums=('SKIP'
'SKIP'
'd127c89872163a6a0f3d2b848951e58883cabfea37d0b9780c79b7a03d2d4c9a'
'7657b9f8ac5b4b90a007ccea104e32fcf0fbb737f578ba69f0c0bcb7fc6fe388'
'9b5dcfe039ef3101c84a5903782c1ec4291a3db5b777bf8546278a095cd87475')
'9b5dcfe039ef3101c84a5903782c1ec4291a3db5b777bf8546278a095cd87475'
'7c756d667c03c5ab59535b2664a2addba83f187a1a46b9a3b22046165b5b555f')
pkgver() {
cd $pkgname
@@ -49,6 +51,10 @@ prepare() {
patch -Np1 -i ../distro-logo.patch
patch --strip=1 panels/info-overview/cc-info-overview-panel.c < ../software-updates.patch
# Add Pop Shell shortcuts
#https://github.com/pop-os/gnome-control-center/blob/master_focal/debian/patches/pop-shell.patch
patch -Np1 -i ../pop-shell.patch
}
@@ -66,5 +72,4 @@ package() {
install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
install -Dm644 $srcdir/aboutmanjarognome.svg -t $pkgdir/usr/share/icons/manjaro/
}
}
\ No newline at end of file
Loading