Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mate-themes: Don't pull gtk+ in
@ 2022-08-22 15:14 sgn
  2022-08-22 15:15 ` sgn
  2022-08-27 13:45 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2022-08-22 15:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages mate-themes-no-gtk2
https://github.com/void-linux/void-packages/pull/38832

mate-themes: Don't pull gtk+ in
It's suck to pull the whole gtk+ in just to use Mate,
which is GTK+3 only.

This is not about minimalism or whatsoever, I just want to keep my system away from GTK+

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mate-themes-no-gtk2-38832.patch --]
[-- Type: text/x-diff, Size: 1145 bytes --]

From 875b01fe0e1f1105708d9f12055c7d154c2561cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 22 Aug 2022 22:12:21 +0700
Subject: [PATCH] mate-themes: Don't pull gtk+ in

It's suck to pull the whole gtk+ in just to use Mate,
which is GTK+3 only.
---
 srcpkgs/mate-themes/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mate-themes/template b/srcpkgs/mate-themes/template
index 748337dbd7c0..127efd794c74 100644
--- a/srcpkgs/mate-themes/template
+++ b/srcpkgs/mate-themes/template
@@ -1,11 +1,11 @@
 # Template file for 'mate-themes'
 pkgname=mate-themes
 version=3.22.23
-revision=1
+revision=2
 build_style=gnu-configure
+configure_args="THEME_ENGINE_CFLAGS=unused THEME_ENGINE_LIBS=unused"
 hostmakedepends="pkg-config intltool itstool icon-naming-utils"
-makedepends="gtk+-devel gtk+3-devel"
-depends="gtk2-engines gtk-engine-murrine librsvg mate-icon-theme"
+depends="librsvg mate-icon-theme"
 short_desc="Default themes for the MATE desktop"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="LGPL-2.1-or-later"

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

* Re: mate-themes: Don't pull gtk+ in
  2022-08-22 15:14 [PR PATCH] mate-themes: Don't pull gtk+ in sgn
@ 2022-08-22 15:15 ` sgn
  2022-08-27 13:45 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-08-22 15:15 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38832#issuecomment-1222501097

Comment:
@skmpz 

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

* Re: [PR PATCH] [Merged]: mate-themes: Don't pull gtk+ in
  2022-08-22 15:14 [PR PATCH] mate-themes: Don't pull gtk+ in sgn
  2022-08-22 15:15 ` sgn
@ 2022-08-27 13:45 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-08-27 13:45 UTC (permalink / raw)
  To: ml

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

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

mate-themes: Don't pull gtk+ in
https://github.com/void-linux/void-packages/pull/38832

Description:
It's suck to pull the whole gtk+ in just to use Mate,
which is GTK+3 only.

This is not about minimalism or whatsoever, I just want to keep my system away from GTK+

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-08-27 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 15:14 [PR PATCH] mate-themes: Don't pull gtk+ in sgn
2022-08-22 15:15 ` sgn
2022-08-27 13:45 ` [PR PATCH] [Merged]: " sgn

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).