Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-redmine-minimalflat2-theme ruby-redmine-min...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afe915f162d5
branches:  trunk
changeset: 430923:afe915f162d5
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed May 06 13:50:39 2020 +0000

description:
ruby-redmine-minimalflat2-theme: add package version 1.7.0

Add ruby-redmine-minimalflat2-theme package version 1.7.0.


Minimal and flat design theme for Redmine.

Features

* Minimal and flat design
* Modern color scheme by Flat UI & Espresso
* Flexible (resolution-independent) icon by IcoMoon
* Expandable tree view of the project list
* Favicon (Redmine 2.5 or later)
* Responsive layout (Redmine 3.2 or later)

diffstat:

 devel/ruby-redmine-minimalflat2-theme/DESCR    |  10 +++++++
 devel/ruby-redmine-minimalflat2-theme/Makefile |  33 ++++++++++++++++++++++++++
 devel/ruby-redmine-minimalflat2-theme/PLIST    |  22 +++++++++++++++++
 devel/ruby-redmine-minimalflat2-theme/distinfo |   6 ++++
 4 files changed, 71 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 7e7e832fe10b -r afe915f162d5 devel/ruby-redmine-minimalflat2-theme/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-redmine-minimalflat2-theme/DESCR       Wed May 06 13:50:39 2020 +0000
@@ -0,0 +1,10 @@
+Minimal and flat design theme for Redmine.
+
+Features
+
+* Minimal and flat design
+* Modern color scheme by Flat UI & Espresso
+* Flexible (resolution-independent) icon by IcoMoon
+* Expandable tree view of the project list
+* Favicon (Redmine 2.5 or later)
+* Responsive layout (Redmine 3.2 or later)
diff -r 7e7e832fe10b -r afe915f162d5 devel/ruby-redmine-minimalflat2-theme/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-redmine-minimalflat2-theme/Makefile    Wed May 06 13:50:39 2020 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2020/05/06 13:50:39 taca Exp $
+#
+
+DISTNAME=      minimalflat2-${GITHUB_RELEASE:S/v//1}
+PKGNAME=       ${RUBY_PKGPREFIX}-redmine-minimalflat2-theme-${GITHUB_RELEASE:S/v//1}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=akabekobeko/}
+GITHUB_PROJECT=        redmine-theme-minimalflat2
+GITHUB_RELEASE=        v1.7.0
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/akabekobeko/redmine-theme-minimalflat2
+COMMENT=       Minimal and flat design theme for Redmine
+LICENSE=       gnu-gpl-v2
+
+.include "../../meta-pkgs/ruby-redmine-themes/Makefile.common"
+
+MINIMALFLAT_DIR=       ${REDMINE_THEMEDIR}/minimalflat2
+MINIMALFLAT_SUBDIRS=   favicon fonts images javascripts stylesheets
+WRKSRC=                        ${WRKDIR}/minimalflat2
+
+.for d in ${MINIMALFLAT_SUBDIRS}
+INSTALLATION_DIRS+=    ${MINIMALFLAT_DIR}/${d}
+.endfor
+
+do-install:
+       for i in ${MINIMALFLAT_SUBDIRS}; do \
+               ${INSTALL_DATA} ${WRKSRC}/$$i/* \
+                       ${DESTDIR}${PREFIX}/${MINIMALFLAT_DIR}/$$i; \
+       done
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7e7e832fe10b -r afe915f162d5 devel/ruby-redmine-minimalflat2-theme/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-redmine-minimalflat2-theme/PLIST       Wed May 06 13:50:39 2020 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2020/05/06 13:50:39 taca Exp $
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/favicon/favicon.ico
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.eot
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.svg
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.ttf
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/fonts/icon.woff
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/arrow_down.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/draft.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/loading.gif
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/openid-bg.gif
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/sort_asc.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/sort_desc.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/task_parent_end.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/images/transparent.png
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/javascripts/theme.js
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/stylesheets/application.css
+share/${RUBY_NAME}-redmine/app/public/themes/minimalflat2/stylesheets/responsive.css
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/stylesheets
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/javascripts
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/images
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/fonts
+@pkgdir share/${RUBY_NAME}-redmine/app/public/themes/minimalflat/favicon
diff -r 7e7e832fe10b -r afe915f162d5 devel/ruby-redmine-minimalflat2-theme/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-redmine-minimalflat2-theme/distinfo    Wed May 06 13:50:39 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/05/06 13:50:39 taca Exp $
+
+SHA1 (minimalflat2-1.7.0.zip) = 64d87116e0537ff67086b0996517c16e3ceb89ee
+RMD160 (minimalflat2-1.7.0.zip) = 97fb7fe711b426f5e1a2eb7d3de6061fbed5b877
+SHA512 (minimalflat2-1.7.0.zip) = 7af882ff6c3ffed9f5d120775f2b34decb19133add6316ea4cef86ffa66b1e994a323d2d11e1b5290a8e14800004b3cefb5f9fb66b391e427b05c961b1bb8fe0
+Size (minimalflat2-1.7.0.zip) = 80800 bytes



Home | Main Index | Thread Index | Old Index