Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oomox: remove package
@ 2019-06-29 13:42 voidlinux-github
  2019-06-30 12:21 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-29 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tim241/void-packages oomox-removal
https://github.com/void-linux/void-packages/pull/12733

oomox: remove package
I've removed this package because 1) it's broken and 2) I'm not using void linux anymore.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-oomox-removal-12733.patch --]
[-- Type: application/text/x-diff, Size: 3022 bytes --]

From 8cf3d0dadec0af7db15d2fa57848861b0889526d Mon Sep 17 00:00:00 2001
From: Tim Wanders <tim241@mailbox.org>
Date: Sat, 29 Jun 2019 15:33:02 +0200
Subject: [PATCH] oomox: remove package

---
 srcpkgs/oomox/template | 46 ------------------------------------------
 1 file changed, 46 deletions(-)
 delete mode 100644 srcpkgs/oomox/template

diff --git a/srcpkgs/oomox/template b/srcpkgs/oomox/template
deleted file mode 100644
index 426a7ac10af..00000000000
--- a/srcpkgs/oomox/template
+++ /dev/null
@@ -1,46 +0,0 @@
-# Template file for 'oomox'
-pkgname=oomox
-version=1.6.2
-revision=2
-_droid_icon_ver=6dc4c92689ea2ce99534d6f461283efdf8ffd270
-_gnome_icon_ver=2f3d8dd3ce59e260803660f158a7a91d643518bf
-_oomoxify_ver=fe1b4279bc5e4d39116c718313bf68e167daaabc
-_materia_theme_ver=125048a8cba7352e69e6d0b7973ded01889e2949
-_oomox_gtk_theme_ver=a0787a875347f1387f390b0e72402842d431eb45
-archs=noarch
-depends="python3 python3-gobject gtk+3 gdk-pixbuf glib-devel glib sassc
- bc sed librsvg librsvg-utils optipng parallel inkscape python3-Pillow"
-short_desc="Graphical application for generating color variations of some themes"
-maintainer="Tim Wanders <timwanders241@gmail.com>"
-license="GPL-3"
-homepage="https://github.com/themix-project/oomox"
-distfiles="
- https://github.com/themix-project/oomox/archive/$version.tar.gz>oomox-$version.tar.gz
- https://github.com/themix-project/oomox-archdroid-icon-theme/archive/$_droid_icon_ver.tar.gz>oomox-archdroid-icon-theme-$_droid_icon_ver.tar.gz
- https://github.com/themix-project/oomox-gnome-colors-icon-theme/archive/$_gnome_icon_ver.tar.gz>oomox-gnome-colors-$_gnome_icon_ver.tar.gz
- https://github.com/themix-project/oomoxify/archive/$_oomoxify_ver.tar.gz>oomoxify-$_oomoxify_ver.tar.gz
- https://github.com/nana-4/materia-theme/archive/$_materia_theme_ver.tar.gz>materia-theme-$_materia_theme_ver.tar.gz
- https://github.com/themix-project/oomox-gtk-theme/archive/$_oomox_gtk_theme_ver.tar.gz>oomox-gtk-theme-$_oomox_gtk_theme_ver.tar.gz"
-checksum="
- a32e9159cc772f953ba63caf478271b2152c0daf54db82ae52658d5e18c6e719
- d6e91b9f6ea48c0831eaf8cbf266ad2bac672e02d5d28a91caafcf181956f6fa
- b7bf90cd61f10b8f7afc1442ecde4ba11bdafcb1e48471c81c568d3f6a04f82a
- ebbe38cc62889c58d7b3eb4e21f6c5e2ae54fc16761cf65e99a05571067536ae
- dee2a0b38f8fbca3d2980af89f40309f0cb646fad25b88eab1fae5582047160e
- 98bb87ba18581cd29e1469e6a441f0113d6700e9540492bc4663d0e2d877018b"
-
-post_extract() {
-	rm -rf archdroid-icon-theme gnome-colors-icon-theme oomoxify \
-		gtk-theme materia-theme
-	cp -r ../archdroid-icon-theme-$_droid_icon_ver archdroid-icon-theme
-	cp -r ../gnome-colors-icon-theme-$_gnome_icon_ver gnome-colors-icon-theme
-	cp -r ../oomoxify-$_oomoxify_ver oomoxify
-	cp -r ../materia-theme-$_materia_theme_ver materia-theme
-	cp -r ../oomox-gtk-theme-$_oomox_gtk_theme_ver gtk-theme
-}
-
-do_install() {
-	# Do not install in /opt/oomox but in /usr/share/oomox
-	sed -i packaging/*.sh packaging/bin/* -e 's;/opt;/usr/share;g'
-	bash ./packaging/install.sh ./ ${DESTDIR}/
-}

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

* Re: oomox: remove package
  2019-06-29 13:42 [PR PATCH] oomox: remove package voidlinux-github
@ 2019-06-30 12:21 ` voidlinux-github
  2019-06-30 12:25 ` voidlinux-github
  2019-06-30 13:25 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 12:21 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12733#issuecomment-507031795
Comment:
In what way is it broken? Just orphaning it might be enough for the time being if it's not beyond repair.

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

* Re: oomox: remove package
  2019-06-29 13:42 [PR PATCH] oomox: remove package voidlinux-github
  2019-06-30 12:21 ` voidlinux-github
@ 2019-06-30 12:25 ` voidlinux-github
  2019-06-30 13:25 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 12:25 UTC (permalink / raw)
  To: ml

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

New comment by tim241 on void-packages repository

https://github.com/void-linux/void-packages/pull/12733#issuecomment-507032097
Comment:
It doesn't launch for some weird reason, it's also massively outdated.

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

* Re: [PR PATCH] [Merged]: oomox: remove package
  2019-06-29 13:42 [PR PATCH] oomox: remove package voidlinux-github
  2019-06-30 12:21 ` voidlinux-github
  2019-06-30 12:25 ` voidlinux-github
@ 2019-06-30 13:25 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 13:25 UTC (permalink / raw)
  To: ml

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

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

oomox: remove package
https://github.com/void-linux/void-packages/pull/12733
Description: I've removed this package because 1) it's broken and 2) I'm not using void linux anymore.

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

end of thread, other threads:[~2019-06-30 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-29 13:42 [PR PATCH] oomox: remove package voidlinux-github
2019-06-30 12:21 ` voidlinux-github
2019-06-30 12:25 ` voidlinux-github
2019-06-30 13:25 ` [PR PATCH] [Merged]: " voidlinux-github

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