summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Update-css-to-gtk-3.20.patch108
-rw-r--r--0002-Adapt-gettext-call-to-new-meson-syntax.patch23
-rw-r--r--PKGBUILD14
4 files changed, 12 insertions, 145 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e1e23c9aeb..5230939f8132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Aug 7 20:53:21 UTC 2016
+# Wed Aug 31 19:30:52 UTC 2016
pkgbase = gnome-twitch
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
- url = https://github.com/Ippytraxx/gnome-twitch
+ url = https://github.com/vinszent/gnome-twitch
install = gnome-twitch.install
arch = i686
arch = x86_64
@@ -19,12 +19,10 @@ pkgbase = gnome-twitch
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-bad
- depends = clutter-gst
- depends = clutter-gtk
depends = webkit2gtk
conflicts = gnome-twitch-git
- source = https://github.com/Ippytraxx/gnome-twitch/archive/v0.2.1.tar.gz
- md5sums = c59eb729557b4da14138c3a798843336
+ source = https://github.com/vinszent/gnome-twitch/archive/v0.3.0.tar.gz
+ md5sums = 7ef9cc4cc81be61a59cbc5d6c006b638
pkgname = gnome-twitch
diff --git a/0001-Update-css-to-gtk-3.20.patch b/0001-Update-css-to-gtk-3.20.patch
deleted file mode 100644
index 1d20e74a6e58..000000000000
--- a/0001-Update-css-to-gtk-3.20.patch
+++ /dev/null
@@ -1,108 +0,0 @@
-From c4b49557dfed8465f273f2b5490002607baa5182 Mon Sep 17 00:00:00 2001
-From: Ippytraxx <ippytraxx@installgentoo.com>
-Date: Sun, 10 Apr 2016 13:03:53 +0200
-Subject: [PATCH] Update css to gtk+ 3.20
-
----
- data/gnome-twitch-style.css | 31 ++++++++++++++++---------------
- 1 file changed, 16 insertions(+), 15 deletions(-)
-
-diff --git a/data/gnome-twitch-style.css b/data/gnome-twitch-style.css
-index b2f45c2..4a0b04a 100644
---- a/data/gnome-twitch-style.css
-+++ b/data/gnome-twitch-style.css
-@@ -22,28 +22,28 @@
- border-style: none;
- }
-
--.gt-channels-container-child .overlay-box .favourite-button:hover GtkImage
-+.gt-channels-container-child .overlay-box .favourite-button:hover image
- {
- transition: 150ms ease-in-out;
- color: gold;
- }
-
--.gt-channels-container-child .overlay-box .favourite-button GtkImage
-+.gt-channels-container-child .overlay-box .favourite-button image
- {
- color: rgba(109, 115, 128, 1);
- }
-
--.gt-channels-container-child .overlay-box .favourite-button:checked GtkImage
-+.gt-channels-container-child .overlay-box .favourite-button:checked image
- {
- color: gold;
- }
-
--.gt-channels-container-child-offline GtkImage
-+.gt-channels-container-child-offline image
- {
-- -gtk-image-effect: dim;
-+ -gtk-icon-effect: dim;
- }
-
--.gt-channels-container-child-offline .label
-+.gt-channels-container-child-offline label
- {
- color: alpha(currentColor,0.55);
- }
-@@ -55,46 +55,47 @@
- opacity: 0.8;
- }
-
--.player-clutter .buffer-box GtkProgressBar
-+.player-clutter .buffer-box progressbar
- {
- color: white;
- }
-
--.gt-chat GtkTextView
-+.gt-chat textview,
-+.gt-chat textview text
- {
- background-color: transparent;
- }
-
--.gt-chat GtkEntry
-+.gt-chat entry
- {
- background-color: transparent;
- background-image: none;
- }
-
--.gt-chat GtkTextView.light-theme
-+.gt-chat textview.light-theme text
- {
- color: rgba(50, 50, 62, 1.0);
- }
-
--.gt-chat GtkTextView.dark-theme
-+.gt-chat textview.dark-theme text
- {
- color: rgba(255, 255, 255, 1.0);
- }
-
--.gt-chat GtkTextView:selected,
--.gt-chat GtkEntry:selected
-+.gt-chat textview:selected,
-+.gt-chat textview:selected
- {
- color: @selected_fg_color;
- background-color: @selected_bg_color;
- }
-
--.gt-chat GtkEntry.light-theme
-+.gt-chat entry.light-theme
- {
- color: rgba(0, 0, 0, 1);
- border-color: rgba(204, 204, 204, 1.0);
- }
-
--.gt-chat GtkEntry.dark-theme
-+.gt-chat entry.dark-theme
- {
- color: rgba(255, 255, 255, 1.0);
- border-color: rgba(81, 81, 85, 1.0);
---
-2.8.0
-
diff --git a/0002-Adapt-gettext-call-to-new-meson-syntax.patch b/0002-Adapt-gettext-call-to-new-meson-syntax.patch
deleted file mode 100644
index d5cabfde0356..000000000000
--- a/0002-Adapt-gettext-call-to-new-meson-syntax.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 97ecd9cd36000186287399f5f18e52a6fd438d20 Mon Sep 17 00:00:00 2001
-From: Tim Dengel <tim.dengel.debian@gmail.com>
-Date: Mon, 27 Jun 2016 18:33:35 +0200
-Subject: [PATCH] Adapt gettext call to new meson syntax
-
----
- po/meson.build | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/po/meson.build b/po/meson.build
-index ec7773e..6f711d1 100644
---- a/po/meson.build
-+++ b/po/meson.build
-@@ -1,3 +1,5 @@
-+i18n = import('i18n')
-+
- langs = ['de', 'pl', 'pt_PT', 'sv', 'fr', 'ru', 'sr', 'hu']
-
--gettext('gnome-twitch', languages : langs)
-+i18n.gettext('gnome-twitch', languages : langs)
---
-2.9.0
-
diff --git a/PKGBUILD b/PKGBUILD
index d0036bc12f86..2fcec85d3684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Vincent <ippytraxx@installgentoo.com>
+# Maintainer: Vincent <vinszent@vinszent.com>
pkgname=gnome-twitch
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
-url="https://github.com/Ippytraxx/gnome-twitch"
+url="https://github.com/vinszent/gnome-twitch"
license=('GPL3')
makedepends=('git' 'meson')
-depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'clutter-gst' 'clutter-gtk' 'webkit2gtk')
+depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'webkit2gtk')
conflicts=('gnome-twitch-git')
install=gnome-twitch.install
-source=("https://github.com/Ippytraxx/gnome-twitch/archive/v${pkgver}.tar.gz")
-md5sums=('c59eb729557b4da14138c3a798843336')
+source=("https://github.com/vinszent/gnome-twitch/archive/v${pkgver}.tar.gz")
+md5sums=('7ef9cc4cc81be61a59cbc5d6c006b638')
prepare()
{
@@ -25,7 +25,7 @@ build()
rm -rf build
mkdir build
cd build
- meson --prefix /usr --buildtype release -Ddo-post-install=false ..
+ meson --prefix /usr --libdir lib --buildtype release -Ddo-post-install=false -Dwith-player-gstreamer-cairo=true -Db_lundef=false ..
ninja
}