Search Criteria
Package Details: mint-themes 1.8.7-1
Git Clone URL: | https://aur.archlinux.org/mint-themes.git (read-only, click to copy) |
---|---|
Package Base: | mint-themes |
Description: | A collection of Mint themes. Includes GTK2, GTK3, Cinnamon and Xfce components. |
Upstream URL: | http://packages.linuxmint.com/pool/main/m/mint-themes |
Licenses: | |
Conflicts: | |
Submitter: | Sam-Burgos |
Maintainer: | Sam-Burgos |
Last Packager: | Sam-Burgos |
Votes: | 68 |
Popularity: | 0.48 |
First Submitted: | 2018-05-03 16:03 |
Last Updated: | 2020-12-15 04:11 |
Dependencies (8)
- ttf-ubuntu-font-family
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic) (make)
- inkscape (inkscape-092-git, inkscape-git) (make)
- optipng (optipng-hg) (make)
- python (python-dbg) (make)
- sassc (sassc-git, python-libsass) (make)
- mint-x-icons (optional)
- mint-y-icons (mint-y-icons-git) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
yparitcher commented on 2020-05-03 22:36
mint themes does not depend on ruby-sass anymore it only uses sassc. see https://github.com/linuxmint/mint-themes/commit/53935dc23ecda2275eaf0391c57a633cbfd646ec
eimis commented on 2020-01-01 15:33
@Sam-Burgos thanks, in my testing on XFCE all was well without the icon packages installed
Sam-Burgos commented on 2019-12-30 16:59
@eimis: I am not really sure if the theme works without the icon themes, since this was defined by upstream I'd rather leave it as is, but on a particular test I haven't found any issues so far, so I will leave them as optional for now but if any issues arises; I will return them as required dependencies
eimis commented on 2019-12-24 00:13
could you change
mint-x-icons
andmint-y-icons
to optional dependencies, please? I don't believe 100% of people use them with this; I prefer the Numix icon theme for example (on XFCE)flyingpig commented on 2019-06-23 00:23
I think that python(3) is required as a build dependency. The Makefile relies on a python3 script, generate-themes.py.
Janzu commented on 2018-12-12 16:52
1.7.6 released, simple pkgver and checksum change allowed for install without errors (apart from loads of deprecation warnings, not sure whether they're new though.)
New sha256sum (though you probably want to calculate it yourself also): 5e603892d6377cd58c08c230c480b34e8d240d405e0df9aaf190fa18dc8081c2
nebiros commented on 2018-07-24 14:56
New Version http://packages.linuxmint.com/pool/main/m/mint-themes/mint-themes_1.7.2.tar.xz
kforney commented on 2018-03-28 05:40
New version: 2017.06.20. I've posted an updated PKGBUILD here: https://pastebin.com/FaFQSWWD
allk commented on 2018-03-03 12:00
Source link is broken. mint-y-theme-1.2.4.tar.xz -> 404
heichblatt commented on 2017-11-30 16:50
1.2.3 is out. The following patch updates the PKGBUILD
---
diff --git a/PKGBUILD b/PKGBUILD
index e946ee9..f3ede3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=mint-y-theme
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="Linux Mint 18 theme"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gtk-engine-murrine')
conflicts=("${pkgname}-git")
source=("${pkgname}-${pkgver}.tar.xz::http://packages.linuxmint.com/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('0ecabfcccc1e8b9ee5202fb9b2ba7263926ca0fe500aff206d848d0dbe435b2d')
+sha256sums=('afc3176a0b272460c6bff201249604516df64a1eef87d2a3c49816992104dcf0')
package() {
cp -ar --no-preserve=ownership "${srcdir}/${pkgname}"/usr "${pkgdir}"