summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2016-08-01 20:16:54 +0430
committerMohammadreza Abdollahzadeh2016-08-01 20:16:54 +0430
commit5c5859c604c60779ee79d5579df793fee6bcff0b (patch)
tree7d6a41e58967391fe2fd5f81ca9e6c77a693842d
parent8c733f457ae51cc54f3ffddee008adb1dd867503 (diff)
downloadaur-5c5859c604c60779ee79d5579df793fee6bcff0b.tar.gz
update to v16.10.1
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD38
-rw-r--r--gnome.patch53
-rw-r--r--gnome_logo.pngbin0 -> 1375 bytes
4 files changed, 85 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec9c3e13aed..a4b2e2139c3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,22 @@
+# Generated by mksrcinfo v8
+# Mon Aug 1 15:45:35 UTC 2016
pkgbase = plymouth-theme-gnome-logo
- pkgdesc = GNOME Plymouth Theme
- pkgver = 15.04.5
+ pkgdesc = GNOME plymouth theme based on Ubuntu-gnome plymouth theme.
+ pkgver = 16.10.1
pkgrel = 1
- url = http://packages.ubuntu.com/vivid/plymouth-theme-ubuntu-gnome-logo
+ url = http://packages.ubuntu.com/yakkety/plymouth-theme-ubuntu-gnome-logo
install = plymouth-theme-gnome-logo.install
arch = any
license = GPL
depends = plymouth
- source = http://archive.ubuntu.com/ubuntu/pool/universe/u/ubuntu-gnome-default-settings/ubuntu-gnome-default-settings_15.04.5.tar.xz
+ source = http://archive.ubuntu.com/ubuntu/pool/universe/u/ubuntu-gnome-default-settings/ubuntu-gnome-default-settings_16.10.1.tar.xz
+ source = gnome_logo.png
+ source = gnome.patch
source = plymouth-theme-gnome-logo.install
- source = rename.patch
- sha256sums = d0a57ec1596d9d6551a7dd4e73795c077509261d70bb9f7480b3a1f704dc1b23
- sha256sums = 04534a13528b220f19870216163f14512061df393cfe798689ba1ad834f259b7
- sha256sums = 35d3a8e0809b06051b4b6db6c26bb50fbc5fe495e1437cc922f58065da6e6855
+ md5sums = 0b39e1accc0bcf2ede4e9ca42e00b860
+ md5sums = 91f82e0f9baa432f621574425193047e
+ md5sums = fe3398ef0a9f9eb0de25a6e664523bd4
+ md5sums = 5484ae036222105f87fefca1068fcc88
pkgname = plymouth-theme-gnome-logo
diff --git a/PKGBUILD b/PKGBUILD
index 60b6ac9ba8e3..b26385ea0ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,31 @@
-# Maintainer: Juraj Fiala <doctorjellyface at riseup dot net>
+# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
+# Contributor: Juraj Fiala <doctorjellyface at riseup dot net>
# Contributor: hobbypunk <hoppe.marcel at gmail dot com>
pkgname=plymouth-theme-gnome-logo
_srcname=ubuntu-gnome-default-settings
-pkgver=15.04.5
+pkgver=16.10.1
pkgrel=1
-pkgdesc="GNOME Plymouth Theme"
+pkgdesc="GNOME plymouth theme based on Ubuntu-gnome plymouth theme."
arch=('any')
-url="http://packages.ubuntu.com/vivid/plymouth-theme-ubuntu-gnome-logo"
+url="http://packages.ubuntu.com/yakkety/plymouth-theme-ubuntu-gnome-logo"
license=('GPL')
depends=('plymouth')
install='plymouth-theme-gnome-logo.install'
source=("http://archive.ubuntu.com/ubuntu/pool/universe/u/${_srcname}/${_srcname}_${pkgver}.tar.xz"
- 'plymouth-theme-gnome-logo.install'
- 'rename.patch')
-sha256sums=('d0a57ec1596d9d6551a7dd4e73795c077509261d70bb9f7480b3a1f704dc1b23'
- '04534a13528b220f19870216163f14512061df393cfe798689ba1ad834f259b7'
- '35d3a8e0809b06051b4b6db6c26bb50fbc5fe495e1437cc922f58065da6e6855')
+ 'gnome_logo.png'
+ 'gnome.patch'
+ 'plymouth-theme-gnome-logo.install')
+md5sums=('0b39e1accc0bcf2ede4e9ca42e00b860'
+ '91f82e0f9baa432f621574425193047e'
+ 'fe3398ef0a9f9eb0de25a6e664523bd4'
+ '5484ae036222105f87fefca1068fcc88')
prepare() {
- cd $srcdir/${_srcname}-${pkgver}/lib/plymouth/themes
+ cd $srcdir/${_srcname}-${pkgver}
+ patch -p1 -i "${srcdir}/gnome.patch"
+
+ cd $srcdir/${_srcname}-${pkgver}/usr/share/plymouth/themes
mv ubuntu-gnome-logo gnome-logo
mv ubuntu-gnome-text gnome-text
@@ -29,22 +35,18 @@ prepare() {
mv ubuntu-gnome-logo.plymouth gnome-logo.plymouth
mv ubuntu-gnome-logo.script gnome-logo.script
mv ubuntu_gnome_logo.png gnome_logo.png
- mv ubuntu_gnome_logo16.png gnome_logo16.png
+ cp "${srcdir}/gnome_logo.png" gnome_logo.png
cd ../gnome-text
- mv ubuntu-gnome-text.plymouth.in gnome-text.plymouth.in
-
- cd $srcdir/${_srcname}-${pkgver}
-
- patch -p1 -i "${srcdir}/rename.patch"
+ mv ubuntu-gnome-text.plymouth.in gnome-text.plymouth.in
}
package() {
- cd $srcdir/${_srcname}-${pkgver}/lib/plymouth/themes/gnome-logo
+ cd $srcdir/${_srcname}-${pkgver}/usr/share/plymouth/themes/gnome-logo
mkdir -p $pkgdir/usr/share/plymouth/themes/gnome-logo
install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/gnome-logo
- cd $srcdir/${_srcname}-${pkgver}/lib/plymouth/themes/gnome-text
+ cd $srcdir/${_srcname}-${pkgver}/usr/share/plymouth/themes/gnome-text
mkdir -p $pkgdir/usr/share/plymouth/themes/gnome-text
install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/gnome-text
}
diff --git a/gnome.patch b/gnome.patch
new file mode 100644
index 000000000000..04c35ee1dbc0
--- /dev/null
+++ b/gnome.patch
@@ -0,0 +1,53 @@
+diff -aur ubuntu-gnome-default-settings-16.10.1.pristine/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth ubuntu-gnome-default-settings-16.10.1.new/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth
+--- ubuntu-gnome-default-settings-16.10.1.pristine/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth 2016-02-25 10:51:32.000000000 +0330
++++ ubuntu-gnome-default-settings-16.10.1.new/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.plymouth 2016-08-01 19:43:23.329247234 +0430
+@@ -1,8 +1,8 @@
+ [Plymouth Theme]
+-Name=Ubuntu GNOME Logo
+-Description=A theme that features an animated Ubuntu GNOME logo.
++Name=GNOME Logo
++Description=A theme that features an animated GNOME logo.
+ ModuleName=script
+
+ [script]
+-ImageDir=/usr/share/plymouth/themes/ubuntu-gnome-logo
+-ScriptFile=/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script
++ImageDir=/usr/share/plymouth/themes/gnome-logo
++ScriptFile=/usr/share/plymouth/themes/gnome-logo/gnome-logo.script
+diff -aur ubuntu-gnome-default-settings-16.10.1.pristine/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script ubuntu-gnome-default-settings-16.10.1.new/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script
+--- ubuntu-gnome-default-settings-16.10.1.pristine/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script 2015-10-06 12:52:18.000000000 +0330
++++ ubuntu-gnome-default-settings-16.10.1.new/usr/share/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script 2016-08-01 19:43:43.862581227 +0430
+@@ -1,4 +1,4 @@
+-# ubuntu-gnome-logo.script - boot splash plugin
++# gnome-logo.script - boot splash plugin
+ #
+ # Copyright (C) 2013 Canonical Ltd.
+ #
+@@ -215,7 +215,7 @@
+ }
+
+ #Load the sprites
+-logo = centered_sprite("ubuntu_gnome_logo.png");
++logo = centered_sprite("gnome_logo.png");
+ spinner = centered_sprite("spinner.png");
+ draw_bg ();
+
+diff -aur ubuntu-gnome-default-settings-16.10.1.pristine/usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth.in ubuntu-gnome-default-settings-16.10.1.new/usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth.in
+--- ubuntu-gnome-default-settings-16.10.1.pristine/usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth.in 2016-07-05 12:43:34.000000000 +0430
++++ ubuntu-gnome-default-settings-16.10.1.new/usr/share/plymouth/themes/ubuntu-gnome-text/ubuntu-gnome-text.plymouth.in 2016-08-01 19:48:08.755923151 +0430
+@@ -1,10 +1,10 @@
+ [Plymouth Theme]
+-Name=Ubuntu GNOME Text
+-Description=Text mode theme based on ubuntu-gnome-logo theme
+-ModuleName=ubuntu-text
++Name=GNOME Text
++Description=Text mode theme based on gnome-logo theme
++ModuleName=gnome-text
+
+-[ubuntu-text]
+-title=Ubuntu GNOME VERSION
++[gnome-text]
++title=GNOME VERSION
+ black=0x2d3335
+ white=0xffffff
+ brown=0x0087ed
diff --git a/gnome_logo.png b/gnome_logo.png
new file mode 100644
index 000000000000..93c81f7eaa77
--- /dev/null
+++ b/gnome_logo.png
Binary files differ