Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cairo-dock: fix template, enable EGL.
@ 2020-04-12 22:17 mobinmob
  2020-04-13  9:10 ` [PR PATCH] [Updated] " mobinmob
  2020-04-13 11:34 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2020-04-12 22:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages cairo-dock
https://github.com/void-linux/void-packages/pull/20937

cairo-dock: fix template, enable EGL.
- Fix license.
- Fix download location and homepage.
- Enable EGL (that may need testing, it definitely works better in my system than OpenGL).

A patch file from https://github.com/void-linux/void-packages/pull/20937.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cairo-dock-20937.patch --]
[-- Type: text/x-diff, Size: 1504 bytes --]

From afaa7925bab393ab35635591c8eca57c685b345c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 13 Apr 2020 01:08:01 +0300
Subject: [PATCH] cairo-dock: fix template, enable EGL.

---
 srcpkgs/cairo-dock/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/cairo-dock/template b/srcpkgs/cairo-dock/template
index 5d17b73f43e..51361098291 100644
--- a/srcpkgs/cairo-dock/template
+++ b/srcpkgs/cairo-dock/template
@@ -1,18 +1,18 @@
 # Template file for 'cairo-dock'
 pkgname=cairo-dock
 version=3.4.1
-revision=1
+revision=2
 lib32disabled=yes
 build_style=cmake
-configure_args="-Denable-desktop-manager=ON"
-hostmakedepends="pkg-config"
+configure_args="-Denable-desktop-manager=ON -Denable-egl-support=ON"
+hostmakedepends="pkg-config gettext-tiny"
 makedepends="libcurl-devel dbus-glib-devel libXtst-devel gtk+3-devel librsvg-devel glu-devel"
 depends="desktop-file-utils"
 short_desc="Light eye-candy fully themable animated dock"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
-homepage="https://launchpad.net/${pkgname}"
-distfiles="http://launchpad.net/${pkgname}-core/${version%.?}/${version}/+download/${pkgname}-${version}.tar.gz"
+license="GPL-3.0-or-later"
+homepage="http://glx-dock.org/"
+distfiles="https://github.com/Cairo-Dock/cairo-dock-core/releases/download/${version}/cairo-dock-${version}.tar.gz"
 checksum=dcadbbe089487f22b112f25a91d1c966275b245f248f950c6987de787eb95137
 
 CFLAGS="-D_BSD_SOURCE"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] cairo-dock: fix template, enable EGL.
  2020-04-12 22:17 [PR PATCH] cairo-dock: fix template, enable EGL mobinmob
@ 2020-04-13  9:10 ` mobinmob
  2020-04-13 11:34 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2020-04-13  9:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages cairo-dock
https://github.com/void-linux/void-packages/pull/20937

cairo-dock: fix template, enable EGL.
- Fix license.
- Fix download location and homepage.
- Enable EGL (that may need testing, it definitely works better in my system than OpenGL).

A patch file from https://github.com/void-linux/void-packages/pull/20937.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cairo-dock-20937.patch --]
[-- Type: text/x-diff, Size: 1551 bytes --]

From 258bf95babcc983ed2cc5d0090a125fc2f3bdcca Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 13 Apr 2020 01:08:01 +0300
Subject: [PATCH] cairo-dock: fix template, enable EGL.

---
 srcpkgs/cairo-dock/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/cairo-dock/template b/srcpkgs/cairo-dock/template
index 5d17b73f43e..9448eb1785a 100644
--- a/srcpkgs/cairo-dock/template
+++ b/srcpkgs/cairo-dock/template
@@ -1,19 +1,19 @@
 # Template file for 'cairo-dock'
 pkgname=cairo-dock
 version=3.4.1
-revision=1
-lib32disabled=yes
+revision=2
 build_style=cmake
-configure_args="-Denable-desktop-manager=ON"
-hostmakedepends="pkg-config"
+configure_args="-Denable-desktop-manager=ON -Denable-egl-support=ON"
+hostmakedepends="pkg-config gettext-tiny"
 makedepends="libcurl-devel dbus-glib-devel libXtst-devel gtk+3-devel librsvg-devel glu-devel"
 depends="desktop-file-utils"
 short_desc="Light eye-candy fully themable animated dock"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
-homepage="https://launchpad.net/${pkgname}"
-distfiles="http://launchpad.net/${pkgname}-core/${version%.?}/${version}/+download/${pkgname}-${version}.tar.gz"
+license="GPL-3.0-or-later"
+homepage="http://glx-dock.org/"
+distfiles="https://github.com/Cairo-Dock/cairo-dock-core/releases/download/${version}/cairo-dock-${version}.tar.gz"
 checksum=dcadbbe089487f22b112f25a91d1c966275b245f248f950c6987de787eb95137
+lib32disabled=yes
 
 CFLAGS="-D_BSD_SOURCE"
 CXXFLAGS="-D_BSD_SOURCE"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: cairo-dock: fix template, enable EGL.
  2020-04-12 22:17 [PR PATCH] cairo-dock: fix template, enable EGL mobinmob
  2020-04-13  9:10 ` [PR PATCH] [Updated] " mobinmob
@ 2020-04-13 11:34 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-04-13 11:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There's a merged pull request on the void-packages repository

cairo-dock: fix template, enable EGL.
https://github.com/void-linux/void-packages/pull/20937

Description:
- Fix license.
- Fix download location and homepage.
- Enable EGL (that may need testing, it definitely works better in my system than OpenGL).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-13 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 22:17 [PR PATCH] cairo-dock: fix template, enable EGL mobinmob
2020-04-13  9:10 ` [PR PATCH] [Updated] " mobinmob
2020-04-13 11:34 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).