till pushed to zukini (f22). "2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 18:27:29 UTC 2015


>From 91551fcdb4ec94250d0729ced0513f80852786d3 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Mon, 13 Apr 2015 20:27:08 +0200
Subject: 2015-04-13: Retired orphaned package, because it was orphaned for
 more than six weeks.


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2004a46..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/zukini_by_lassekongo83-d4ic1u2.zip
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9263c07
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,2 @@
+2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
+
diff --git a/sources b/sources
deleted file mode 100644
index c5e2334..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-0c4804ab7f4d04ac065d04c2bf855d73  zukini_by_lassekongo83-d4ic1u2.zip
diff --git a/zukini-20120817-rmnotavail.patch b/zukini-20120817-rmnotavail.patch
deleted file mode 100644
index 14062ae..0000000
--- a/zukini-20120817-rmnotavail.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up ./Zukini/gnome-shell/gnome-shell.css.orig ./Zukini/gnome-shell/gnome-shell.css
---- ./Zukini/gnome-shell/gnome-shell.css.orig	2012-07-08 08:59:12.000000000 +0200
-+++ ./Zukini/gnome-shell/gnome-shell.css	2012-07-12 06:13:18.136031629 +0200
-@@ -25,7 +25,7 @@
- 
- /* default text style */
- stage {
--	font-family: Ubuntu, Droid Sans, Trebuchet MS, Liberation Sans, sans-serif;
-+	font-family: Droid Sans, Liberation Sans, sans-serif;
- 	font-size: 9pt; /* The default font size. */
- 	color: white;
- }
diff --git a/zukini.spec b/zukini.spec
deleted file mode 100644
index 54c3908..0000000
--- a/zukini.spec
+++ /dev/null
@@ -1,157 +0,0 @@
-%global theme_name    Zukini
-%global deviantart_id 272660042
-%global author        lassekongo83
-%global tag           d4ic1u2
-
-Name:           zukini
-Version:        20120817
-Release:        6%{?dist}
-Summary:        Themes for GTK+2, GTK+3, Metacity and GNOME Shell
-Group:          User Interface/Desktops
-
-License:        GPLv3
-URL:            http://%{author}.deviantart.com/art/%{theme_name}-%{deviantart_id}
-Source0:        http://www.deviantart.com/download/%{deviantart_id}/%{name}_by_%{author}-%{tag}.zip
-
-# This patch removes "Ubuntu" and "Trebuchet MS" from "font-family" in 
-# gnome-shell.css (because these fonts are not available in Fedora) and a 
-# reference to Unity-related stuff from Zukini/gtk-3.0/gtk.css.
-Patch0:         %{name}-%{version}-rmnotavail.patch
-
-BuildArch:      noarch      
-
-%description
-The %{theme_name} themes for GTK+2, GTK+3, Metacity and GNOME Shell, created by 
-%{author}.
-
-
-%package common
-Summary:        Files common to %{theme_name} themes
-Group:          User Interface/Desktops
-%if 0%{?fedora} >= 18
-Provides:       gnome-shell-theme-%{name} = %{version}-%{release}
-Obsoletes:      gnome-shell-theme-%{name} < %{version}-%{release}
-%endif
-
-%description common
-Files which are common to all %{theme_name} themes.
-
-
-%package gtk2-theme
-Summary:        %{theme_name} GTK+2 themes
-Group:          User Interface/Desktops
-Requires:       %{name}-common = %{version}-%{release}, gtk-murrine-engine >= 0.98.1.1, gtk2-engines
-
-%description gtk2-theme
-Themes for GTK+2 as part of the %{theme_name} theme.
-
-
-%package gtk3-theme
-Summary:        %{theme_name} GTK+3 themes
-Group:          User Interface/Desktops
-Requires:       %{name}-common = %{version}-%{release}, gtk-unico-engine >= 1.0.2
-
-%description gtk3-theme
-Themes for GTK+3 as part of the %{theme_name} theme.
-
-
-%package metacity-theme
-Summary:        %{theme_name} Metacity themes
-Group:          User Interface/Desktops
-Requires:       %{name}-common = %{version}-%{release}, metacity
-
-%description metacity-theme
-Themes for Metacity as part of the %{theme_name} theme.
-
-%if 0%{?fedora} < 18
-%package -n gnome-shell-theme-%{name}
-Summary:        %{theme_name} GNOME Shell theme
-Group:          User Interface/Desktops
-Requires:       %{name}-common = %{version}-%{release}, gnome-shell-extension-user-theme >= 3.4, google-droid-sans-fonts
-
-%description -n gnome-shell-theme-%{name}
-%{theme_name} GNOME Shell theme.
-%endif
-
-
-%prep
-%setup -q -c -n %{name}_by_%{author}-%{tag}
-%patch0 -p0
-
-# Remove "Thumbs.db" files
-find . -name Thumbs.db -type f -exec rm -f '{}' \;
-# Fix end-of-line encoding of "README"
-sed -i 's/\r//' README
-# Fix text encoding of "README" 
-iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README
-# Remove Unity stuff
-rm %{theme_name}/gtk-3.0/apps/unity.css
-rm -r %{theme_name}/unity/
-
-
-%build
-# Nothing to build
-
-
-%install
-mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name}
-cp -pr %{theme_name}/* %{buildroot}%{_datadir}/themes/%{theme_name}
-%if 0%{?fedora} > 17
-rm -rf %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
-%endif
-
-
-%files common
-%doc COPYING README
-%dir %{_datadir}/themes/%{theme_name}/
-
-
-%files gtk2-theme
-%{_datadir}/themes/%{theme_name}/gtk-2.0/
-
-
-%files gtk3-theme
-%{_datadir}/themes/%{theme_name}/gtk-3.0/
-
-
-%files metacity-theme
-%{_datadir}/themes/%{theme_name}/metacity-1/
-
-
-%if 0%{?fedora} < 18
-%files -n gnome-shell-theme-%{name}
-%{_datadir}/themes/%{theme_name}/gnome-shell/
-%endif
-
-
-%changelog
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20120817-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20120817-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20120817-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Tue Nov 20 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120817-3
-- Add fields "Provides" and "Obsoletes" to the "common" subpackage
-
-* Sun Nov 04 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120817-2
-- Package the GNOME Shell theme only for Fedora up to 17
-
-* Fri Aug 17 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120817-1
-- Update to latest upstream version
-
-* Sun Jul 15 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120708-1
-- Update to latest upstream version
-- Add a "common" subpackage which owns files that are common to all themes
-
-* Sat Jul 07 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120702-1
-- Update to latest upstream version
-
-* Mon Jun 18 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120612-1
-- Update to latest upstream version
-
-* Sun Jun 10 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120607-1
-- Initial package for Fedora
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/zukini.git/commit/?h=f22&id=91551fcdb4ec94250d0729ced0513f80852786d3


More information about the scm-commits mailing list