Search Criteria
Package Details: pencil 3.1.0-7
Git Clone URL: | https://aur.archlinux.org/pencil.git (read-only, click to copy) |
---|---|
Package Base: | pencil |
Description: | Sketching and GUI prototyping/wireframing tool |
Upstream URL: | https://github.com/evolus/pencil |
Keywords: | prototyping sketching wireframe |
Licenses: | |
Conflicts: | |
Submitter: | tinhtruong |
Maintainer: | BrLi |
Last Packager: | BrLi |
Votes: | 188 |
Popularity: | 1.20 |
First Submitted: | 2012-10-11 10:13 |
Last Updated: | 2020-12-07 08:08 |
Latest Comments
« First ‹ Previous ... 3 4 5 6 7 8 9 10 11 Next › Last »
portaloffreedom commented on 2015-04-16 10:38
@anderraso if you tell me where this files should be located in the file system, I should have no problem making the AUR packages.
anderraso commented on 2015-04-14 14:24
Would be nice to have an AUR package for this Google Material Design extensions, here are the links if someone wants to take a look =)
https://github.com/nathanielw/Android-Lollipop-Pencil-Stencils
https://github.com/nathanielw/Material-Icons-for-Pencil
lysergia commented on 2015-03-30 16:35
Adopted, updated & switched to xulrunner.
lysergia commented on 2015-03-13 08:01
This was broken by backwards-incompatible API changes in firefox/xulrunner 36.
The diff is here: https://github.com/prikhi/pencil/commit/3f0d3161caee7f0fdc1a21a0cfddb655a5902ce0#diff-bcc1d302a64540a0d0d70970cc2fb8f1L264
orschiro commented on 2015-01-27 06:28
@frederik
I agree. Have you tried contacting the maintainer via email already?
freswa commented on 2015-01-27 02:04
Yes, anyway it would be nice to have the package not dependent on firefox for those who are still using it (as i suggested in 2014).
orschiro commented on 2015-01-25 15:54
@frederik
The last release was in Nov 2013 [1]. Seems to be under no active development anymore.
[1] https://code.google.com/p/evoluspencil/downloads/list
freswa commented on 2015-01-25 15:14
Any progress here?
freswa commented on 2014-08-08 22:22
you do not need firefox as dependency. This app can run standalone with xulrunner:
Patch:
diff -aur aaa/pencil/usr/bin/pencil bbb/pencil/usr/bin/pencil
--- aaa/pencil/usr/bin/pencil 2014-08-09 00:11:40.264295243 +0200
+++ bbb/pencil/usr/bin/pencil 2014-08-09 00:13:50.436430146 +0200
@@ -1,4 +1,3 @@
#!/bin/sh
-#
-/usr/bin/firefox --app "/usr/share/pencil/application.ini"
\ No newline at end of file
+xulrunner /usr/share/pencil/application.ini
PKGBUILD:
package() {
cp -dr "$srcdir/$pkgname-$pkgver/usr" "$pkgdir"
install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/pencil"
# fix permissions of directories
chmod -R a+rX "$pkgdir"/*
install -Dm755 "$srcdir/pencil" "$pkgdir/usr/bin"
cd "$pkgdir"
patch -p2 -i "$srcdir/xulrunner.patch"
}
freswa commented on 2014-08-08 22:21
you do not need firefox as dependency. This app can run standalone with xulrunner:
Patch:
diff -aur aaa/pencil/usr/bin/pencil bbb/pencil/usr/bin/pencil
--- aaa/pencil/usr/bin/pencil 2014-08-09 00:11:40.264295243 +0200
+++ bbb/pencil/usr/bin/pencil 2014-08-09 00:13:50.436430146 +0200
@@ -1,4 +1,3 @@
#!/bin/sh
-#
-/usr/bin/firefox --app "/usr/share/pencil/application.ini"
\ No newline at end of file
+xulrunner /usr/share/pencil/application.ini
PKGBUIL:
package() {
cp -dr "$srcdir/$pkgname-$pkgver/usr" "$pkgdir"
install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/pencil"
# fix permissions of directories
chmod -R a+rX "$pkgdir"/*
install -Dm755 "$srcdir/pencil" "$pkgdir/usr/bin"
cd "$pkgdir"
patch -p2 -i "$srcdir/xulrunner.patch"
}