Codebase list faba-icon-theme / b4de250
v4.1 debian package fossfreedom 7 years ago
9 changed file(s) with 124 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 # bzr-builder format 0.3 deb-version {debupstream}+r303~daily
1 lp:~moka/mokaproject/debian-packaging-faba-icon-theme revid:hewittsamuel@gmail.com-20160421164403-xzeltj9pc9ork1yn
2 nest icons lp:~moka/mokaproject/faba-icon-theme Faba revid:git-v1:c620e2a56962ffb96883359898140a147de89502
0 faba-icon-theme (4.1+r303~daily~ubuntu16.04.1) xenial; urgency=low
1
2 * Auto build.
3
4 -- Launchpad Package Builder <noreply@launchpad.net> Thu, 21 Apr 2016 16:59:21 +0000
5
6 faba-icon-theme (4.1) UNRELEASED; urgency=low
7
8 * 4.1 arbitrary point update
9
10 -- Sam Hewitt <hewittsamuel@gmail.com> Thu, 21 Apr 2016 14:00:00 -0400
11
12 faba-icon-theme (4.0) UNRELEASED; urgency=low
13
14 * 4.0 New more complete version of the theme; conversion of icons to SVG
15
16 -- Sam Hewitt <hewittsamuel@gmail.com> Thu, 04 Sep 2014 14:00:00 -0400
17
18 faba-icon-theme (3.2) UNRELEASED; urgency=low
19
20 * 3.1 New set of action bar icons.
21
22 -- Sam Hewitt <hewittsamuel@gmail.com> Sun, 13 Jul 2014 11:00:00 -0400
23
24
25 faba-icon-theme (2.2) UNRELEASED; urgency=low
26
27 * 2.2 Merged light panel icons into it.
28
29 -- Sam Hewitt <hewittsamuel@gmail.com> Fri, 16 May 2014 11:00:00 -0400
30
31
32 faba-icon-theme (2.1.1) UNRELEASED; urgency=low
33
34 * 2.1.1 Fixed packaging error
35
36 -- Sam Hewitt <hewittsamuel@gmail.com> Tue, 29 Apr 2014 00:00:23 -0400
37
38 faba-icon-theme (2.1) UNRELEASED; urgency=low
39
40 * 2.1 Merged symbolic icons into it.
41
42 -- Sam Hewitt <hewittsamuel@gmail.com> Tue, 29 Apr 2014 00:00:23 -0400
43
44 faba-icon-theme (2.0) UNRELEASED; urgency=low
45
46 * 2.0 point release.
47
48 -- Sam Hewitt <hewittsamuel@gmail.com> Mon, 28 Apr 2014 00:00:23 -0400
0 Source: faba-icon-theme
1 Section: gnome
2 Priority: optional
3 Maintainer: Sam Hewitt <hewittsamuel@gmail.com>
4 Build-Depends: debhelper (>= 7),
5 python-scour (>= 0.25+bzr194-3),
6 python-rsvg,
7 python-cairo,
8 icon-naming-utils
9 Standards-Version: 3.9.2
10 Homepage: https://github.com/moka-project/faba-icon-theme
11
12
13 Package: faba-icon-theme
14 Architecture: all
15 Depends: ${misc:Depends},
16 gnome-icon-theme,
17 hicolor-icon-theme
18 Replaces: faba-icon-theme-symbolic
19 Description: Faba Icon Theme
20 Faba is a sexy and modern icon theme with Tango influences.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: faba-icon-theme
2 Upstream-Contact: Sam Hewitt <sam@snwh.org>
3 Source: https://github.com/moka-project/faba-icon-theme
4
5 Files: *
6 Copyright: 2016, Sam Hewitt <sam@snwh.org>
7 License: GPL-3+ | CCBYSA
8
9 Files: debian/*
10 Copyright: 2016, Sam Hewitt <sam@snwh.org>
11 License: GPL-3+
12
13 License: GPL-3+
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 3 of the License, or
17 (at your option) any later version.
18 .
19 This package is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 .
27 On Debian systems, the complete text of the GNU General
28 Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
0 Faba/Faba/16x* usr/share/icons/Faba
1 Faba/Faba/24x* usr/share/icons/Faba
2 Faba/Faba/32x* usr/share/icons/Faba
3 Faba/Faba/48x* usr/share/icons/Faba
4 Faba/Faba/64x* usr/share/icons/Faba
5 Faba/Faba/96x* usr/share/icons/Faba
6 Faba/Faba/256x* usr/share/icons/Faba
7 Faba/Faba/symbolic usr/share/icons/Faba
8 Faba/Faba/index.theme usr/share/icons/Faba
0 faba-icon-theme
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with scour
4
5 override_dh_install:
6 dh_install
7 for d in $$(find $(CURDIR)/debian/faba-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \
8 (cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \
9 done
0 3.0 (native)