Skip to content

Commit

Permalink
add patch for gnome-shell 3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztaiki committed Mar 22, 2019
1 parent 3b1dfac commit c273119
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-pomodoro
pkgdesc = A time management utility for GNOME based on the pomodoro technique
pkgver = 0.14.0
pkgrel = 2
pkgrel = 3
url = https://github.com/codito/gnome-pomodoro
changelog = NEWS
arch = i686
Expand All @@ -22,10 +22,14 @@ pkgbase = gnome-shell-pomodoro
source = issue390.patch::https://github.com/codito/gnome-pomodoro/commit/6557fafe7b74875a37e1172cd3eb15ec0e6af6f8.patch
source = issue379.patch::https://github.com/codito/gnome-pomodoro/commit/0c249f36b66e85ee5132cabb23aad4747fc5545d.patch
source = issue388.patch::https://github.com/codito/gnome-pomodoro/commit/23b0e344fe939a41d6ecc874b49403fa4e03566d.patch
source = pr417.patch::https://github.com/codito/gnome-pomodoro/pull/417/commits/623bf245669f314080f702ccfd6123dcc42177ef.patch
source = pr418.patch::https://github.com/codito/gnome-pomodoro/pull/418/commits/441026c6050de4c4f9449d408e7b032ad5198400.patch
sha256sums = c29b8e3931637ca5afc36135083ea4ae906af3dfe6aa4b441f85e6d39cab98d0
sha256sums = 4c38c8b1030b877afe8bdd92115517923fa8debdaf06adf8161ea2a8b08844c3
sha256sums = 7ab9a0f289b1f2ae25cc206fee2003c25a3d29b452ddd9a721c4c9546a4fad83
sha256sums = 56616288bd63c58dce79a035988f7013f2f36330063c345326794de1dc274a82
sha256sums = 39a5ed4813a032bb8982a19a6bbcc5d64597601ebc2241852d951a6cd619a06a
sha256sums = 41f977acb0af778f39f00f8ba6ffd41a38a2aa300ad641a47397808ff2095910

pkgname = gnome-shell-pomodoro

13 changes: 10 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
# Contributor: Andrejs Mivreņiks <gim at fastmail dot fm>
# Contributor: Janne Haapsaari <haaja@iki.fi>
# Contributor: maus25 <mirko378@gmail.com>
# Contributor: Taiki Sugawara <buzz.taiki@gmail.com>

pkgname=gnome-shell-pomodoro
pkgver=0.14.0
pkgrel=2
pkgrel=3
pkgdesc='A time management utility for GNOME based on the pomodoro technique'
arch=('i686' 'x86_64')
url='https://github.com/codito/gnome-pomodoro'
Expand All @@ -16,18 +17,24 @@ changelog='NEWS'
source=("$pkgname-$pkgver.tar.gz::https://github.com/codito/gnome-pomodoro/archive/$pkgver.tar.gz"
"issue390.patch::https://github.com/codito/gnome-pomodoro/commit/6557fafe7b74875a37e1172cd3eb15ec0e6af6f8.patch"
"issue379.patch::https://github.com/codito/gnome-pomodoro/commit/0c249f36b66e85ee5132cabb23aad4747fc5545d.patch"
"issue388.patch::https://github.com/codito/gnome-pomodoro/commit/23b0e344fe939a41d6ecc874b49403fa4e03566d.patch")
"issue388.patch::https://github.com/codito/gnome-pomodoro/commit/23b0e344fe939a41d6ecc874b49403fa4e03566d.patch"
"pr417.patch::https://github.com/codito/gnome-pomodoro/pull/417/commits/623bf245669f314080f702ccfd6123dcc42177ef.patch"
"pr418.patch::https://github.com/codito/gnome-pomodoro/pull/418/commits/441026c6050de4c4f9449d408e7b032ad5198400.patch")
sha256sums=('c29b8e3931637ca5afc36135083ea4ae906af3dfe6aa4b441f85e6d39cab98d0'
'4c38c8b1030b877afe8bdd92115517923fa8debdaf06adf8161ea2a8b08844c3'
'7ab9a0f289b1f2ae25cc206fee2003c25a3d29b452ddd9a721c4c9546a4fad83'
'56616288bd63c58dce79a035988f7013f2f36330063c345326794de1dc274a82')
'56616288bd63c58dce79a035988f7013f2f36330063c345326794de1dc274a82'
'39a5ed4813a032bb8982a19a6bbcc5d64597601ebc2241852d951a6cd619a06a'
'41f977acb0af778f39f00f8ba6ffd41a38a2aa300ad641a47397808ff2095910')

prepare() {
cd "$srcdir/gnome-pomodoro-$pkgver"
./autogen.sh --prefix=/usr --datadir=/usr/share
patch -Np1 -i ../issue390.patch
patch -Np1 -i ../issue379.patch
patch -Np1 -i ../issue388.patch
patch -Np1 -i ../pr417.patch
patch -Np1 -i ../pr418.patch
}

build() {
Expand Down

0 comments on commit c273119

Please sign in to comment.