From icarious at hacari.org Fri May 2 00:30:09 2014 From: icarious at hacari.org (Icarious) Date: Fri, 2 May 2014 06:00:09 +0530 Subject: [Dev] Request for inclusion in https://parabolagnulinux.org/hackers/ Message-ID: <20140502060009.07319b685eeac6624d8b2a6b@hacari.org> Hi, I am providing the required info below to be enlisted as a hacker at https://parabolagnulinux.org/hackers/ and also in labs. Not providing my full name preferring anonymity. Name: Icarious Alias: icarious Email: icarious at hacari dot org Other Contact: XMPP: icarious at gnuos dot in | Freenode: ~icarious at unaffiliated/icarious | identi.ca: icarious | diaspora: icarious at diasp.eu PGP Key: 0x6467A2AC Roles: Parabola Hacker, FSDG bug reporter, Wiki Editor Website: https://gnuos.in Occupation: YOB: 1988 Location: Calcutta, West Bengal, India Languages: English, Bengali, Hindi Interests: Travelling, Photography, Free Software, Cooking, Knowledge Favorite Distros: Parabola GNU -- Icarious -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From elcorreo at deshackra.com Mon May 5 02:08:50 2014 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Sun, 04 May 2014 20:08:50 -0600 Subject: [Dev] How to get certain branch/tag of a Mercurial repository in mksource? Message-ID: <1399255730.16095.2.camel@localhost.localdomain> Hello! I have been bothering Lukeshu with this question on IRC without getting an answer, ha!. I want to know how to specify a branch or tag in the mksource url for Mercurial repositories, besides the revision hash. That's all. -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lukeshu at sbcglobal.net Mon May 5 19:08:20 2014 From: lukeshu at sbcglobal.net (Luke Shumaker) Date: Mon, 05 May 2014 15:08:20 -0400 Subject: [Dev] How to get certain branch/tag of a Mercurial repository in mksource? In-Reply-To: <1399255730.16095.2.camel@localhost.localdomain> References: <1399255730.16095.2.camel@localhost.localdomain> Message-ID: <87mwewf3h7.wl%lukeshu@sbcglobal.net> At Sun, 04 May 2014 20:08:50 -0600, Jorge Araya Navarro wrote: > Hello! > > I have been bothering Lukeshu with this question on IRC without getting > an answer, ha!. I want to know how to specify a branch or tag in the > mksource url for Mercurial repositories, besides the revision hash. > That's all. Hey, sorry, I've been very busy in meatspace recently, and haven't been on IRC as much as I would like. The answer is in `makepkg:extract_hg()`: append `#branch=BRANCHNAME`, `#revision=REVISION`, or `#tag=TAG` to the URL. More generally, this is what you can specify for each VCS: - bzr * revision= - git * branch= * commit= * tag= - hg * branch= * revision= * tag= - svn * revision= Happy hacking, ~ Luke Shumaker From lukeshu at sbcglobal.net Mon May 5 19:23:29 2014 From: lukeshu at sbcglobal.net (Luke Shumaker) Date: Mon, 05 May 2014 15:23:29 -0400 Subject: [Dev] Request for inclusion in https://parabolagnulinux.org/hackers/ In-Reply-To: <20140502060009.07319b685eeac6624d8b2a6b@hacari.org> References: <20140502060009.07319b685eeac6624d8b2a6b@hacari.org> Message-ID: <87lhugf2ry.wl%lukeshu@sbcglobal.net> At Fri, 2 May 2014 06:00:09 +0530, Icarious wrote: > Hi, > > I am providing the required info below to be enlisted as a hacker at > https://parabolagnulinux.org/hackers/ and also in labs. Not > providing my full name preferring anonymity. Done, you're added! Happy hacking, ~ Luke Shumaker From lukeshu at sbcglobal.net Mon May 12 03:52:27 2014 From: lukeshu at sbcglobal.net (Luke Shumaker) Date: Sun, 11 May 2014 23:52:27 -0400 Subject: [Dev] libretools 20140511 release anouncement Message-ID: <87egzzpsas.wl%lukeshu@sbcglobal.net> I just pushed libretools 20140511 to [libre]. It is mostly a bugfix release. Changes: * The libremessages' abort() and die() routines now exit with a status of 255; this affects checkpkg, find-libdeps, and find-libprovides. * librefetch's debugging flags changed. `-P/--print` became `-S/--srcbuild`, and it gained `-M/--makepkg`. * The mtime of a chroot copy is now updated when syncing from the root copy. * Extra output from systemd-nspawn is now hidden in librechroot and libremakepkg. This should mean more readable output. Bug fixes: * The order of files in a librefetch-produced tarball are now sorted; the tarballs should now be deterministic. * An error in code for creating chroots was fixed. * Chroots may now be configured for what architecture they 'setarch' to; they should now work correctly on mips64el. * There was a bug causing shared locks to be non-recursive. Other: * Some files were re-licensed between versions of the GPL. * Locking should now be faster, though most users won't even notice. Also, I've been working to get many of the patches to code from devtools merged upstream. So that's exciting. Happy hacking, ~ Luke Shumaker From elcorreo at deshackra.com Mon May 12 16:10:10 2014 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Mon, 12 May 2014 10:10:10 -0600 Subject: [Dev] libretools 20140511 release anouncement In-Reply-To: <87egzzpsas.wl%lukeshu@sbcglobal.net> References: <87egzzpsas.wl%lukeshu@sbcglobal.net> Message-ID: <1399911010.3009.0.camel@localhost.localdomain> El dom, 11-05-2014 a las 23:52 -0400, Luke Shumaker escribi?: > I just pushed libretools 20140511 to [libre]. It is mostly a bugfix release. > > Changes: > * The libremessages' abort() and die() routines now exit with a status > of 255; this affects checkpkg, find-libdeps, and find-libprovides. > * librefetch's debugging flags changed. `-P/--print` became > `-S/--srcbuild`, and it gained `-M/--makepkg`. > * The mtime of a chroot copy is now updated when syncing from the > root copy. > * Extra output from systemd-nspawn is now hidden in librechroot and > libremakepkg. This should mean more readable output. > Bug fixes: > * The order of files in a librefetch-produced tarball are now > sorted; the tarballs should now be deterministic. > * An error in code for creating chroots was fixed. > * Chroots may now be configured for what architecture they 'setarch' > to; they should now work correctly on mips64el. > * There was a bug causing shared locks to be non-recursive. > Other: > * Some files were re-licensed between versions of the GPL. > * Locking should now be faster, though most users won't even notice. > > Also, I've been working to get many of the patches to code from > devtools merged upstream. So that's exciting. > > Happy hacking, > ~ Luke Shumaker > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev Thanks, Lukeshu! I should try now creating a i686 chroot though... -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fauno at kiwwwi.com.ar Tue May 13 11:55:06 2014 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Tue, 13 May 2014 08:55:06 -0300 Subject: [Dev] parabola-2014.04.13-dual.iso magnet file! In-Reply-To: <20140413214300.31eda69ae8de4401f33accdf@gravitronics.sytes.net> References: <20140413214300.31eda69ae8de4401f33accdf@gravitronics.sytes.net> Message-ID: <871tvxdhb9.fsf@endefensadelsl.org> Gravi writes: > NEW RELEASE! > HAPPY SEEDING! > > file: parabola-2014.04.13-dual.iso > md5sum: f33d39ec481fb1d727661669cc48d5c7 > with sfv: 9AED8672 > > magnet link (Bittorrent): > magnet:?xt=urn:btih:dda5a5135a07158c284b7692ecefa0c32249c70c&dn=parabola-2014-04 i installed this one last week and it worked perfectly -- P) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 619 bytes Desc: not available URL: From elcorreo at deshackra.com Wed May 14 07:20:57 2014 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Wed, 14 May 2014 01:20:57 -0600 Subject: [Dev] parabola-2014.04.13-dual.iso magnet file! In-Reply-To: <871tvxdhb9.fsf@endefensadelsl.org> References: <20140413214300.31eda69ae8de4401f33accdf@gravitronics.sytes.net> <871tvxdhb9.fsf@endefensadelsl.org> Message-ID: <1400052057.31628.1.camel@localhost.localdomain> El mar, 13-05-2014 a las 08:55 -0300, Nicol?s Reynolds escribi?: > Gravi writes: > > > NEW RELEASE! > > HAPPY SEEDING! > > > > file: parabola-2014.04.13-dual.iso > > md5sum: f33d39ec481fb1d727661669cc48d5c7 > > with sfv: 9AED8672 > > > > magnet link (Bittorrent): > > magnet:?xt=urn:btih:dda5a5135a07158c284b7692ecefa0c32249c70c&dn=parabola-2014-04 > > i installed this one last week and it worked perfectly > > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev Maybe I could ask the guys at Rackspace that add this ISO into their Cloud Server images, they have Archlinux, so why they wouldn't have Parabola? -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hellekin at gnu.org Thu May 15 14:44:26 2014 From: hellekin at gnu.org (hellekin) Date: Thu, 15 May 2014 11:44:26 -0300 Subject: [Dev] [GNUnet-developers] Collecting data to demonstrate TCP ISN-based port knocking In-Reply-To: <537456F9.1070102@grothoff.org> References: <537456F9.1070102@grothoff.org> Message-ID: <5374D2CA.3090502@gnu.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 05/15/2014 02:56 AM, Christian Grothoff wrote: > Hi all, > > We are trying to get a port-knocking extension into the Linux kernel, > which would be useful to obscure TCP services -- such as GNUnet or > Tor Bridges, and could use your help to collect data to help convince > the Linux people to adopt the latest patch. > > As Knock uses two fields in the TCP header in order to hide information > and we explicitly want to be compatible with machines sitting in > typical home networks, we need to make sure that this information > doesn't get corrupted by the majority of NAT boxes out there. We thus > created a program which tests if Knock would work in your environment. > It would be great if some of you were able to execute the program on > your machines in order to help us to get an estimation of if Knock one > day could be used in a large scale. > > You can find sources, binaries and a more elaborate description here: > https://gnunet.org/knock_nat_tester > Technical details about Knock and a (somewhat outdated) research paper > as well as kernel patches are provided here: > https://gnunet.org/knock > > Please help, it should only take a minute to download & run the code. > > Thanks! > > Julian & Christian > *** Hi, forwarding this to Emulatorman and the Parabola/GNU/Linux-libre developers as they were the first ones to include the Knock patch to the Linux kernel. Cheers, == hk -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQJ8BAEBCgBmBQJTdNLGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFQ0IyNkIyRTNDNzEyMTc2OUEzNEM4ODU0 ODA2QzM2M0ZDMTg5ODNEAAoJEEgGw2P8GJg9ZYEP/1c6hfvzow66yr934wwzTsta gTXz75yk7EiSYUrFUUg5MNbdBKZa08HV9eHBYp/R/RTqnWftsxcwP8AHhf/+uZaK cdJ4ErZX3COdDKvh3fBqkMMe5VTib78jysmIfDAmqk1pqnfWXOoNltUMtvfRzfr5 pAYB63Sag6AEysXyRCz1MC618pCageo9NTODYCSzxFEPzcdCw4NDhmXBYcRxpY35 axV1cBbVXcfGH5K/nZhjXQHSsrWfKX1co2jATTOD1wH8qO4qetkpGyIYtY5EAMZ5 pzmsqovVOtb5PfUEAr8X6FyQryuhhOSaMYC0BL7r5PH32i1AhyG2TSJJ2rb3hcVm E/m683k+4PvUS+bADlXtnlEuzizTxkSS158xRSzCv3ZY7BQmj9oxt4yTBlsA6Nru wtefCD0SBBvgt1zlZH+JeZVMYckI2OgCehTU8xNDdM/EvY+8Sx4J+Z4CwEd9CEuH mWJ9nDE3FKuo7lIZizjkzh0c4yZ9AyvEZEykEmgEKiMGhHR4LMjfRh2EwRU+JFxn 7+lhr5N++PIcumSmxhmkn127YuF5PZwNIzldRIt1dYqMIzCa2EE3wqlFoivFwbf3 tFqLlhjDJDebFNGOIbmhyiGM1/kfgNCuMTgbnreqg3vOIwdp/LDLPbkaDEl3JS5t vT22/NJrsA2L93aftezY =3aMj -----END PGP SIGNATURE----- From lukeshu at sbcglobal.net Fri May 16 02:56:22 2014 From: lukeshu at sbcglobal.net (Luke Shumaker) Date: Thu, 15 May 2014 22:56:22 -0400 Subject: [Dev] libretools 20140515 release anouncement Message-ID: <87a9ai2zzd.wl%lukeshu@sbcglobal.net> I just pushed libretools 20140515 to [libre]. It is a bugfix release. Fixes from 20140511 to 20140515: * librefetch: - Updated documentation to match recent changes. - Fixed several error messages - Fix bug with missing files when creating a tarball with more than 1705 files. Happy hacking, ~ Luke Shumaker From lukeshu at sbcglobal.net Fri May 16 14:05:58 2014 From: lukeshu at sbcglobal.net (Luke Shumaker) Date: Fri, 16 May 2014 10:05:58 -0400 Subject: [Dev] libretools 20140515 release anouncement In-Reply-To: <87a9ai2zzd.wl%lukeshu@sbcglobal.net> References: <87a9ai2zzd.wl%lukeshu@sbcglobal.net> Message-ID: <871tvtom2h.wl%lukeshu@sbcglobal.net> At Thu, 15 May 2014 22:56:22 -0400, Luke Shumaker wrote: > I just pushed libretools 20140515 to [libre]. It is a bugfix release. > > Fixes from 20140511 to 20140515: > * librefetch: > - Updated documentation to match recent changes. > - Fixed several error messages > - Fix bug with missing files when creating a tarball with more > than 1705 files. Opps, I forgot to mention: * chroot tools: Now detects the maximum hostname length, instead of assuming 64. Not that I expect it to ever change. Happy hacking, ~ Luke Shumaker From fauno at endefensadelsl.org Sat May 17 14:10:10 2014 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sat, 17 May 2014 11:10:10 -0300 Subject: [Dev] =?utf-8?q?=5BBart=C5=82omiej_Piotrowski=5D_=5Barch-dev-publ?= =?utf-8?q?ic=5D_=5BDraft=5D_MariaDB_10=2E0_enters_=5Bextra=5D?= Message-ID: <878uq0zebh.fsf@endefensadelsl.org> -- http://librevpn.org.ar -------------- next part -------------- An embedded message was scrubbed... From: =?UTF-8?B?QmFydMWCb21pZWo=?= Piotrowski Subject: [arch-dev-public] [Draft] MariaDB 10.0 enters [extra] Date: Sat, 17 May 2014 14:40:45 +0200 Size: 5533 URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 619 bytes Desc: not available URL: From elcorreo at deshackra.com Mon May 19 05:25:55 2014 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Sun, 18 May 2014 23:25:55 -0600 Subject: [Dev] Help modifying this PKGBUILD, please! Message-ID: <1400477155.27676.1.camel@localhost.localdomain> Hello! I finally edited the archlinux logo with ours in the faenza-icon-theme[1], the thing is, I have no idea how exactly modify the PKGBUILD in order to make it use our logo instead. Can someone give me a hand? [1]: https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faenza-icon-theme-libre?id=2e48cd1cad6532a2e22e3cf7988183a84680433d -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From emulatorman at riseup.net Mon May 19 21:16:25 2014 From: emulatorman at riseup.net (=?ISO-8859-1?Q?Andr=E9_Silva?=) Date: Mon, 19 May 2014 18:16:25 -0300 Subject: [Dev] Help modifying this PKGBUILD, please! In-Reply-To: <1400477155.27676.1.camel@localhost.localdomain> References: <1400477155.27676.1.camel@localhost.localdomain> Message-ID: <537A74A9.8000707@riseup.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/19/2014 02:25 AM, Jorge Araya Navarro wrote: > Hello! > > I finally edited the archlinux logo with ours in the > faenza-icon-theme[1], the thing is, I have no idea how exactly > modify the PKGBUILD in order to make it use our logo instead. Can > someone give me a hand? > > [1]: > https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faenza-icon-theme-libre?id=2e48cd1cad6532a2e22e3cf7988183a84680433d > > > let me see, maybe i could help you to solve it -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTenSpAAoJEOaXR1L5cERWYT4P/204rJN0gtth1xY/dYwHuGP2 3k9WbzD/gsPt5CfEGWnxYP7Fy9m44HwPWhm5yONZBcENUAxn/KOz2j6zav8lmHOv KhspiOM0y37WMsEkPtv2dPJNRgGJGDcIUApaYeFNgxqgC7WgiHN3AcsfEx/BtSA0 GAHHEyLmiU0hQQLVN5NhgD+7f1XsHHtK2sm97JvG4se9cfiG11Nmqp8ib7tUWTOE WHpB72yYVnd9/iomZ+itDn8adCwKYTW84tt3GD9E5nzIzqA7ZvliC3TwnbNar6zj V8J6PKdnW8EklHitKwial7ObVWks8QFngYpg9gBUG+0xxBX/OhvbNIaEgSLxH5X5 tXsGgn35vgq9lJ+JHsOztdmEQ2t6IK5xoXqFl7qUfFPukfqi3svQEofd2Sl4nMl0 jN8RZbMhgP+PLltizswNtvAWwFKvNderA39B0itOefzb/SgX8qZ38z1Wfxi2v3zq b9ucyAU7IL/DUrB6wFlVD4VqtFh1hk1KMwRespCbGOF9ASUaD0CgkIMutOeRQPBf a0Q9YRGdUhvRgZTf5YfGTny4KdjW3yxK0n0+Bi494hoXV1AdJlzXb9idJ7OZ6DvG I1AE0jpvCP1EYHMcGHq52uvI291VKUPoyLdlgyTfBXJKW4e4fppfbKju3fQjdxzL oI6qq3wHuM7Go4g9I/Ja =X0QG -----END PGP SIGNATURE----- From emulatorman at riseup.net Tue May 20 05:00:34 2014 From: emulatorman at riseup.net (=?ISO-8859-1?Q?Andr=E9_Silva?=) Date: Tue, 20 May 2014 02:00:34 -0300 Subject: [Dev] Help modifying this PKGBUILD, please! In-Reply-To: <537A74A9.8000707@riseup.net> References: <1400477155.27676.1.camel@localhost.localdomain> <537A74A9.8000707@riseup.net> Message-ID: <537AE172.6050700@riseup.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/19/2014 06:16 PM, Andr? Silva wrote: > On 05/19/2014 02:25 AM, Jorge Araya Navarro wrote: >> Hello! > >> I finally edited the archlinux logo with ours in the >> faenza-icon-theme[1], the thing is, I have no idea how exactly >> modify the PKGBUILD in order to make it use our logo instead. Can >> someone give me a hand? > >> [1]: >> https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faenza-icon-theme-libre?id=2e48cd1cad6532a2e22e3cf7988183a84680433d > >> > > > let me see, maybe i could help you to solve it i've added some changes on faenza-icon-theme-libre [0], also the forks faience-icon-theme-libre and mate-icon-theme-faenza-libre were created too [1][2]. check if now works correctly [0]: https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faenza-icon-theme-libre [1]: https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faience-icon-theme-libre [2]: https://projects.parabolagnulinux.org/abslibre.git/tree/libre/mate-icon-theme-faenza-libre -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTeuFyAAoJEOaXR1L5cERW008P/iRKZ9L+gBFe7EPiP/M+189/ iUpPej8hcuG75XOch5Ory8y08JbyA/xtvwVNf4fo3LfIyPIS1zJP7VHQayxuQFA7 FZRfzFU0nsj6fIA3STN4R/aKavm3+jHdzV4vtPCuGQRNoG+tU15Tx+ZKZzzzEmG4 TjNSwWdMiBMrgM6qwT3tF7Ed5YNR/p208IGM/0l7MkUSfILWvPXJkyapmsHMQkKJ mVvu81Qp4GR1SRDm6RN8PGBAGvxP6ymhKOL6My7iozyjxG3CtIKCaeNZMzFYivNv 1p0r0AmrthUWCudfSfSPtgYZKtrBEj8Js2J2d+bEf2d+S5Ux228lvwnI4T4D/z6B GjuxghOMrI7zR/qmX1Hs2vJpZ1MEtDv5dxljrgHjUSfhKlkWYvkOA44At3e7mfWr 8qrJOkao05kbZm4XlGZeTtNTg5SMUkL0Z4kf7f1Sso/JRHv47aNZMKQRVRbYvpMy CKluvOZy3FDrO0uqQZiEioRYb1LRkIpg4S1Hga6pmEtD5juQqKOYvZFDKniq7n3x vjJcPc++F1O6i6G4VWRZsiGCsLY1QlxNYwBXe7vtzpGrVwxczZzwQf8vXR+BbVR6 WdGHmEz1nuUeoMTIL/2nZSiZpMPmjg+p45AjEGGo04Pynox+NOVdH1xKVtJITJhq iVFDKWlvxkSdqDRuj4UW =pywq -----END PGP SIGNATURE----- From elcorreo at deshackra.com Tue May 20 14:54:04 2014 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Tue, 20 May 2014 08:54:04 -0600 Subject: [Dev] Help modifying this PKGBUILD, please! In-Reply-To: <537AE172.6050700@riseup.net> References: <1400477155.27676.1.camel@localhost.localdomain> <537A74A9.8000707@riseup.net> <537AE172.6050700@riseup.net> Message-ID: <1400597644.3120.0.camel@localhost.localdomain> El mar, 20-05-2014 a las 02:00 -0300, Andr? Silva escribi?: > On 05/19/2014 06:16 PM, Andr? Silva wrote: > > On 05/19/2014 02:25 AM, Jorge Araya Navarro wrote: > >> Hello! > > > >> I finally edited the archlinux logo with ours in the > >> faenza-icon-theme[1], the thing is, I have no idea how exactly > >> modify the PKGBUILD in order to make it use our logo instead. Can > >> someone give me a hand? > > > >> [1]: > >> https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faenza-icon-theme-libre?id=2e48cd1cad6532a2e22e3cf7988183a84680433d > > > >> > > > > > > let me see, maybe i could help you to solve it > > i've added some changes on faenza-icon-theme-libre [0], also the forks > faience-icon-theme-libre and mate-icon-theme-faenza-libre were created > too [1][2]. check if now works correctly > > [0]: > https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faenza-icon-theme-libre > [1]: > https://projects.parabolagnulinux.org/abslibre.git/tree/libre/faience-icon-theme-libre > [2]: > https://projects.parabolagnulinux.org/abslibre.git/tree/libre/mate-icon-theme-faenza-libre > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev Wow, that's more than what I had in mind, ha! -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fauno at kiwwwi.com.ar Tue May 20 15:00:06 2014 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Tue, 20 May 2014 12:00:06 -0300 Subject: [Dev] Help modifying this PKGBUILD, please! In-Reply-To: <1400597644.3120.0.camel@localhost.localdomain> References: <1400477155.27676.1.camel@localhost.localdomain> <537A74A9.8000707@riseup.net> <537AE172.6050700@riseup.net> <1400597644.3120.0.camel@localhost.localdomain> Message-ID: <87ha4kv6kp.fsf@endefensadelsl.org> Jorge Araya Navarro writes: > Wow, that's more than what I had in mind, ha! libre/faenza-icon-theme-libre still conflicts with your-freedom :c -- http://wiki.hackcoop.com.ar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 619 bytes Desc: not available URL: From elcorreo at deshackra.com Wed May 21 18:36:02 2014 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Wed, 21 May 2014 12:36:02 -0600 Subject: [Dev] Help modifying this PKGBUILD, please! In-Reply-To: <87ha4kv6kp.fsf@endefensadelsl.org> References: <1400477155.27676.1.camel@localhost.localdomain> <537A74A9.8000707@riseup.net> <537AE172.6050700@riseup.net> <1400597644.3120.0.camel@localhost.localdomain> <87ha4kv6kp.fsf@endefensadelsl.org> Message-ID: <1400697362.3493.0.camel@localhost.localdomain> El mar, 20-05-2014 a las 12:00 -0300, Nicol?s Reynolds escribi?: > Jorge Araya Navarro writes: > > Wow, that's more than what I had in mind, ha! > > libre/faenza-icon-theme-libre still conflicts with your-freedom :c > > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev I had the same problem, I just updated your-freedom first, and then installed faenza-icon-theme-libre -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fauno at endefensadelsl.org Wed May 21 19:39:38 2014 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Wed, 21 May 2014 16:39:38 -0300 Subject: [Dev] future of mips64el port Message-ID: <8761kydipx.fsf@endefensadelsl.org> this lemote is definitely dead -- .o?) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 619 bytes Desc: not available URL: From elcorreo at deshackra.com Thu May 22 05:43:05 2014 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Wed, 21 May 2014 23:43:05 -0600 Subject: [Dev] future of mips64el port In-Reply-To: <8761kydipx.fsf@endefensadelsl.org> References: <8761kydipx.fsf@endefensadelsl.org> Message-ID: <1400737385.27812.0.camel@localhost.localdomain> El mi?, 21-05-2014 a las 16:39 -0300, Nicol?s Reynolds escribi?: > this lemote is definitely dead > > _______________________________________________ > Dev mailing list > Dev at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/dev How comes? D: -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From julien at froax.me Sat May 24 19:32:11 2014 From: julien at froax.me (Julien) Date: Sat, 24 May 2014 21:32:11 +0200 Subject: [Dev] Froax's SSH-Key Message-ID: <20140524213211.493bd3a1@froax.me> Hi, I've send my SSH-Key as an attachement :) (you can find my gpg key at http://froax.me/data/gpg-pub.txt ) -------------- next part -------------- A non-text attachment was scrubbed... Name: id_rsa.pub Type: application/vnd.ms-publisher Size: 397 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: id_rsa.pub.asc Type: application/pgp-encrypted Size: 1076 bytes Desc: not available URL: From encycl at a2c3.co Mon May 26 02:18:28 2014 From: encycl at a2c3.co (Charles Roth) Date: Sun, 25 May 2014 19:18:28 -0700 Subject: [Dev] New repo mirror Message-ID: <20140525191828.0b878995@a2c3.co> # Location: Los Angeles,CA, USA # Responsible: encyclomundi # Work hours: 24*7 Server = http://mirror.parlementum.net/$repo/os/$arch -- Charles Roth, MPC Cultural Detective, Wistful Writer, Curious Antiquary, Noted Pedestrian, & Voracious Reader Primary email: encycl at a2c3.co Micro: @encycl About Me: http://a2c3.co/encycl Jabber/XMPP: encycl at a2c3.co -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From nobody at parabolagnulinux.org Tue May 27 19:48:00 2014 From: nobody at parabolagnulinux.org (Parabola Website Notification) Date: Tue, 27 May 2014 19:48:00 -0000 Subject: [Dev] Orphan Pcr package [owncloud-client] marked out-of-date Message-ID: <20140527194800.6314.11429@parabolagnulinux-293.local> elcorreo at deshackra.com wants to notify you that the following packages may be out-of-date: * owncloud-client 1.4.2-1 [pcr] (i686): https://parabolagnulinux.org/packages/pcr/i686/owncloud-client/ * owncloud-client 1.5.1-3 [pcr] (x86_64): https://parabolagnulinux.org/packages/pcr/x86_64/owncloud-client/ The user provided the following additional text: actualize, pues.