Re: [aur-general] wine-rt

2017-09-23 Thread sL1pKn07 SpinFlo via aur-general
2017-09-23 23:11 GMT+02:00 Ralf Mardorf : > Hi, > > perhaps I'm unable to see the forest for the trees when I try to build > https://aur.archlinux.org/packages/wine-rt/ . > > If IIUC what ToxicAvenger described by the comment from 2017-09-23 13:26 > > > Found a workaround, thanks to the community

Re: [aur-general] pkgver update not reflected

2015-07-05 Thread SpinFlo
try update the .SRCINFO with makesrcinfo (pkgbuild-introspection) before push the changes 2015-07-05 21:48 GMT+02:00 brent timothy saner : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On one of my packages [0], I've updated the PKGBUILD with pkgver 1.4.20. > Previous release was 1.4.18

Re: [aur-general] pkgver update not reflected

2015-07-05 Thread SpinFlo
ops. sorry the top posting :S

Re: [aur-general] Thinking about repackaging... Should I?

2015-06-30 Thread SpinFlo
El 30/06/2015 09:56, "Giovanni Santini" escribió: > > Hello everybody, > I'm actually the maintainer of the gcc44-multilib package, that can be > found here: https://aur4.archlinux.org/packages/gcc44-multilib/ > After taking a look at the gcc49-multilib package, I had thoughts about > rewriting th

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
2015-06-10 21:04 GMT+02:00 Eli Schwartz : > The AUR4 does not allow rewriting history. Even if it did allow it, you'd > have to use `--force` to push a non-fast-forward change, but it is a moot > point because the AUR is set up to deny non-fast-forwards regardless. ;) > > I believe the reason is to

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
> Hi, >> I'm guessing, but AUR4 probably does not allow rewriting history >> (non-fast-forward merges), or forced pushes. > I think so too but as his code pasting showed just a simple push. > Did you try to do git push --force? > └───╼ git push --force Counting objects: 4, done. Delta compress

Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
2015-06-10 19:26 GMT+02:00 Marcel Korpel : > * Marcel Korpel (Wed, 10 Jun 2015 19:25:30 > +0200): >> $ git rebase -i HEAD~2 >> >> This opens an editor with the last two commits, where you can squash a >> previous revision into a later one. > > My bad, talked too soon: you actually squash a revisio

[aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
Hi howto remove (no revert) bad commits and push the change to [aur4]? i want clean a bad commits with their history to clean history. or reset the repo i tired with - git reset HEAD --force - git push but say this message ! [rejected]master -> master (non-fast-forward) error: failed

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
thanks @Johannes Löthberg for you reply. but i think this has been fixed - git reset --hard HEAD~ - edit the files (pkgbuild, .install, .SRCINFO and .gitignore) - add the files with 'git add ' - git commit --all --amend --no-edit - git push this is ok? greetings

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
> ok then. I'll rename that file to new standarized name nope. I rename the file, adjust the .gitignore and generate new .SRCINFO with the changes. but the server still refuses the commit (with first reset the repo to a origin commit) I back to 8ba6f94, but i don't how edit the commit to make the

Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
yes, I complety sure, and the .SRCINFO also points to same file ' install = avidemux-git.install' ok then. I'll rename that file to new standarized name the pkgbuild is the same like [AUR] pkgbuild (https://aur.archlinux.org/packages/av/avidemux-git/PKGBUILD) greetings

[aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
Hi. y try to update a pkgbuild. but server refuses by: remote: error: The following error occurred when parsing commit remote: error: 8ba6f94497960275d1a78f913163df30b238cf72: remote: error: missing install file: avidemux.install remote: error: hook declined to update refs/heads/master To ssh+git:

Re: [aur-general] [RFC] Draft of the AUR 4.0.0 migration notification

2015-05-26 Thread SpinFlo
>> >> $ git add . >> $ git commit -m "Initial commit" >> this don't work for me i need first: git add .SRCINFO git add .gitignore (if use) and then 'git add * && git -am "initial commit"' :/

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-30 Thread SpinFlo
2014-12-30 16:22 GMT+01:00 Lukas Fleischer : > Don't worry about it now -- I don't care about orphan packages in a > testing environment. When AUR 4.0.0 goes live, you can file a package > deletion request to delete a package. The Git repositories of deleted > packages (and empty repositories that

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-30 Thread SpinFlo
Hi Howto remove a own repo (only make setup) if created with bad name? greetings

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
.SRCINFO, in my knowledge, is only generated by makepkg -S. (mkaurball is now deprecated)

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
mmm, not detect the sources_i686/sources_x86_64 fields (pacman 4.2 new structure) https://aur-dev.archlinux.org/cgit/lsi-msm.git/tree/PKGBUILD greetings

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
2014-12-30 0:57 GMT+01:00 SpinFlo : > 2014-12-30 0:52 GMT+01:00 SpinFlo : > >> or exist a method to use white list (only files/directory allowed) >> instead of blacklist (list of exclude dirs/files) >> >> greetings >> > > oh, i fount it: > http://s

Re: [aur-general] Cannot push to aur-dev, was: Re: [aur-dev] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
2014-12-30 1:50 GMT+01:00 Pablo Lezaeta Reyes : > > There is a way to preven malicious userd that efectively create and acount > and do al the stuf to only pload malware like a PKGBUILD, .SRCPKG and 1G > patch x 10 or a giantic commit -sm "like copy pasting an entire book"?? > > -- > *Pablo Lezae

Re: [aur-general] Cannot push to aur-dev, was: Re: [aur-dev] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
> > for me need this after clone repository > > 'git add *' -> to add/update files to repo > 'git commit -m 'message'' -> to add the commit to repo > > and then push the changes > >

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
2014-12-30 0:52 GMT+01:00 SpinFlo : > or exist a method to use white list (only files/directory allowed) instead > of blacklist (list of exclude dirs/files) > > greetings > oh, i fount it: http://stackoverflow.com/questions/15288712/gitignore-whitelist-on-directory-and-its-contents greetings

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
One little question. is possible add a .gitignore from the local repo? is for not duplicate my repository, one for clean files and other for working (with sources and SRC/PKG directory and others) in that .gitignore contains something like this: *.xz *.7z *.zip ... *. /src /pkg / etc etc or ex

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
ok. now fixed. i don't know why. bit in the first attempt 'git add *' and 'git add .' don't work (not added .SRCINFO file), I started over again and now it has worked my steps is little changed. because in my first attemp use 'git add *' (failed) instead of 'git add .' (like my first post, the 'gi

Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
mmm fails for me refuses upload because "remote: error: missing .SRCINFO" but that file is include in the root of the repository i missing steps? I use: - git clone ssh+git://aur-dev.archlinux.org/foobar.git/ (change foobar with the package name) - add PKGBUILD. SRCINFO and other files include

Re: [aur-general] AUR GIT and Bug Tracker

2014-08-17 Thread SpinFlo
2014-08-17 17:42 GMT+02:00 Doug Newgard : > On 2014-08-17 15:26, SpinFlo wrote: >> >> 2014-08-17 17:25 GMT+02:00 : >>> >>> Hi everyone, >>> >>> >>> i heard that something like a bug tracker/GIT for the packages in AUR >>> is

Re: [aur-general] AUR GIT and Bug Tracker

2014-08-17 Thread SpinFlo
2014-08-17 17:25 GMT+02:00 : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi everyone, > > i heard that something like a bug tracker/GIT for the packages in AUR > is planned, and i've become curious how the state of it is > -BEGIN PGP SIGNATURE- > Version: GnuPG v2 > > iQEcBAEBAgA

[aur-general] please remove: vapoursynth-fmtconv

2014-05-15 Thread SpinFlo
please remove https://aur.archlinux.org/packages/vapoursynth-fmtconv/ is same package like https://aur.archlinux.org/packages/vapoursynth-plugin-fmtconv/ greetings

Re: [aur-general] Requet merge: phonon-mplayer-git into phonon-qt4-mplayer-git/

2014-05-02 Thread SpinFlo
it? > https://aur.archlinux.org/packages/qt5-webkit-git/ > J. Leclanche > > > On Fri, May 2, 2014 at 4:21 PM, SpinFlo wrote: >> Hi >> >> please merge: >> >> https://aur.archlinux.org/packages/phonon-mplayer-git/ >> >> into >> >> htt

[aur-general] Requet merge: phonon-mplayer-git into phonon-qt4-mplayer-git/

2014-05-02 Thread SpinFlo
Hi please merge: https://aur.archlinux.org/packages/phonon-mplayer-git/ into https://aur.archlinux.org/packages/phonon-qt4-mplayer-git/ because the phonon backend's is splitting into Qt4 and Qt5 code. phonon-mplayer-git is only Qt4 compilant greetings

Re: [aur-general] about removing wxpython2.9-light without previous notification

2014-04-30 Thread SpinFlo
wo right /me here goes rolling off sorry :S 2014-04-30 17:52 GMT+02:00 Felix Yan : > On Wednesday, April 30, 2014 17:47:44 SpinFlo wrote: >> Hi >> >> @felixonmars >> >> why delete my package wxpython-2.9-light? > > Maybe you still subscribe to the

[aur-general] about removing wxpython2.9-light without previous notification

2014-04-30 Thread SpinFlo
Hi @felixonmars why delete my package wxpython-2.9-light? greetings

[aur-general] request removal: lua-json

2014-04-26 Thread SpinFlo
please remove https://aur.archlinux.org/packages/lua-json/ my fault, I've reuploaded the package because i've not saw that [extra] package has been renamed to lua-luajson greetings

[aur-general] request remove:

2014-04-20 Thread SpinFlo
Hi please remove https://aur.archlinux.org/packages/vapoursynth-plugin-scrawl-git/ is now integrated in vapoursynth core greetings

[aur-general] request remove: lua{51}-json and lua{51}-lpeg

2014-04-19 Thread SpinFlo
plese remove: https://aur.archlinux.org/packages/lua-json/ https://aur.archlinux.org/packages/lua51-json/ https://aur.archlinux.org/packages/lua-lpeg/ https://aur.archlinux.org/packages/lua51-lpeg/ now in extra greetings

[aur-general] Requst remove libdvdnav-videolan-gi and libdvdread-videolan-git

2014-04-13 Thread SpinFlo
please remove https://aur.archlinux.org/packages/libdvdnav-videolan-git/ https://aur.archlinux.org/packages/libdvdread-videolan-git/ this fork is now official repository (see http://dvdnav.mplayerhq.hu/) greetings

[aur-general] Merge request: please merge danbooru-git into danbooru-client-git

2014-03-23 Thread SpinFlo
hi please merge: https://aur.archlinux.org/packages/danbooru-git/ into https://aur.archlinux.org/packages/danbooru-client-git/ package orphan and don't have a real name greetings

[aur-general] Request remove: openhevc

2014-03-16 Thread SpinFlo
Hi ppl please remove https://aur.archlinux.org/packages/openhevc/ i've upload package with wrong name (is openhevc-git, now uploaded) greetings

[aur-general] Request Disown libnatpmp

2014-02-17 Thread SpinFlo
Hi, please disown https://aur.archlinux.org/packages/libnatpmp/ i' ve sent a mail to the current maintainer @kreinloo. but the mail is rejected by server i've post 2 comments requesting update the package, but there have been no reply/update (and another user post with the same request some time

[aur-general] request remove vapoursynth-plugins-ffms2

2014-02-17 Thread SpinFlo
please remove https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2/ no need because the symlink is include in ffms2 [community] package greetings

Re: [aur-general] Request merge: tons of vapoursynth-plugins*-git into respective "no plugin" packages

2014-02-12 Thread SpinFlo
ow shet. :S oks 2014-02-12 16:21 GMT+01:00 Maxime Gauduin : > On Wed, Feb 12, 2014 at 4:10 PM, SpinFlo wrote: > > > Hi > > > > please merge: > > > > https://aur.archlinux.org/packages/vapoursynth-plugins-bifrost-git/ > > into > > https://au

[aur-general] Request merge: tons of vapoursynth-plugins*-git into respective "no plugin" packages

2014-02-12 Thread SpinFlo
Hi please merge: https://aur.archlinux.org/packages/vapoursynth-plugins-bifrost-git/ into https://aur.archlinux.org/packages/vapoursynth-bifrost-git/ https://aur.archlinux.org/packages/vapoursynth-plugins-convo2d-git/ into https://aur.archlinux.org/packages/vapoursynth-convo2d-git/ https://aur.

[aur-general] Request merge: l-smash into l-smash-git

2014-02-03 Thread SpinFlo
Hi please merge https://aur.archlinux.org/packages/l-smash/ into https://aur.archlinux.org/packages/l-smash-git/ l-smash use sources from git (no "tar.gz") greetings

[aur-general] Request Remove: wxgtk3.0-ligth

2014-01-20 Thread SpinFlo
Hi please remove https://aur.archlinux.org/packages/wxgtk3.0-light/ is superseeded by https://aur.archlinux.org/packages/wxgtk-light/ greetings

[aur-general] Request delete libdvdnav-git and merge libdvdread-git -> libdvdread-videolan-git

2013-12-29 Thread SpinFlo
Hi please delete: https://aur.archlinux.org/packages/libdvdnav-git/ (0 votes) superseed by https://aur.archlinux.org/packages/libdvdnav-videolan-git/ and please merge: https://aur.archlinux.org/packages/libdvdread-git/ (2 votes) into https://aur.archlinux.org/packages/libdvdread-videolan-git

[aur-general] Request Delete: vapoursynth-plugin-vsremovedirt-git

2013-11-18 Thread SpinFlo
Hi please delete https://aur.archlinux.org/packages/vapoursynth-plugin-vsremovedirt-git/ the source project is renamed to RemoveDirtVS greetings

[aur-general] Request Remove: lua52-socket

2013-11-02 Thread SpinFlo
Hi please remove https://aur.archlinux.org/packages/lua52-socket/ this package is include in [community] greetings

[aur-general] Request remove vapoursynth-plugin-example

2013-10-23 Thread SpinFlo
hi, please remove https://aur.archlinux.org/packages/vapoursynth-plugin-example_plugins/ is superseded by https://aur.archlinux.org/packages/vapoursynth-plugin-example_plugins-git/ greetings

[aur-general] Request remove: batch packages (vapoursynth plugins)

2013-10-23 Thread SpinFlo
hi please delete: https://aur.archlinux.org/packages/vapoursynth-plugin-ssiq/ https://aur.archlinux.org/packages/vapoursynth-plugin-videoscope/ https://aur.archlinux.org/packages/vapoursynth-plugin-scrawl/ https://aur.archlinux.org/packages/vapoursynth-plugin-histogram/ https://aur.archlinux.org/

[aur-general] Request remove: lua-socket

2013-10-21 Thread SpinFlo
Hi please remove https://aur.archlinux.org/packages/lua-socket/ because now is included in [community] greetings

[aur-general] Request merge: flacon-hg into flacon-git

2013-10-17 Thread SpinFlo
Hi Flacon move sources fron googlecode(mercurial) to github (git) please merge https://aur.archlinux.org/packages/flacon-hg/ into https://aur.archlinux.org/packages/flacon-git/ greetings

[aur-general] Request remove lua52-json

2013-10-16 Thread SpinFlo
Hi for better name convention, please remove lua52-json (replaced by lua-json) https://aur.archlinux.org/packages/lua52-json/ greetings

[aur-general] Request remove luajson

2013-10-16 Thread SpinFlo
Hi i've uploaded luajson in split package (lua51-json and lua52-json) due this version (1.3.2) works in both versions of lua https://aur.archlinux.org/packages/luajson/ greetings

Re: [aur-general] Request remove:

2013-10-06 Thread SpinFlo
fucking translator >< greetings

Re: [aur-general] Request remove:

2013-10-06 Thread SpinFlo
10/05/2013 Anatol Pomozov < anatol.pomozov @ gmail.com> > Hola, > > El mar, 05 de octubre 2013 a las 1:59 AM, Spinflo < sl1pk...@gmail.com > > escribió: > > hi > > > > quite v8-dev: https://aur.archlinux.org/ packages/v8-dev > > /<https://a

[aur-general] Request merge fdesktoprecorder-git into fdesktoprecorder-hg

2013-10-06 Thread SpinFlo
Hi please merge https://aur.archlinux.org/packages/fdesktoprecorder-git/ into https://aur.archlinux.org/packages/fdesktoprecorder-hg/ see https://github.com/froksen/FDesktopRecorder Readme.me greetings

[aur-general] Request remove:

2013-10-05 Thread SpinFlo
hi please remove v8-dev: https://aur.archlinux.org/packages/v8-dev/ this package no longer need because superseded by v8 package ( https://aur.archlinux.org/packages/v8/) and no longer used by chromium-dev package anymore greetings

Re: [aur-general] Multiple removal requests

2013-10-02 Thread SpinFlo
yea, and https://www.archlinux.org/packages/extra/i686/lha/. only 32 bits because use other source (dead source link like bin32-lha package)

Re: [aur-general] Multiple removal requests

2013-10-02 Thread SpinFlo
about LHA: http://sourceforge.jp/projects/lha/releases/

[aur-general] merge request: vapoursynth-plugin-ffmpegsource-git into vapoursynth-plugin-ffms2

2013-09-15 Thread SpinFlo
Hi (again) please merge (again xd) https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-git/ into https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2-git/ for better name convention (upstream) greetings

[aur-general] merge request: vapoursynth-plugin-ffmpegsource-svn into vapoursynth-plugin-ffmpegsource-git

2013-09-14 Thread SpinFlo
hi please merge https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-svn/ into https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-git/ upstream code move to github greetings

Re: [aur-general] Unmerge mpv-build-git

2013-09-09 Thread SpinFlo
┌─┤[sl1pkn07]|[sL1-BoOk]|[~/aplicaciones]| └───╼ git clone https://github.com/mpv-player/mpv.git Cloning into 'mpv'... remote: Counting objects: 201961, done. remote: Compressing objects: 100% (41576/41576), done. remote: Total 201961 (delta 158950), reused 199309 (delta 156496) Receiving objects:

Re: [aur-general] Unmerge mpv-build-git

2013-09-09 Thread SpinFlo
Unused and unvote is for i reupload the pachake after delete/merge into other mpv package. El 09/09/2013 18:37, "Rob Til Freedmen" escribió: > I'm glad mpv-build-git survived this somewhat obsessive elimination of > 'extremely specialized' > PKGBUILD's from the AUR. > > I wouldn't have any object

Re: [aur-general] Unmerge mpv-build-git

2013-09-09 Thread SpinFlo
Er. No. Mpv-player-git uses different repository than mpv-player-git. And the community mpv use dynamic library (ffmpeg and libass). mpv-build-git use exactly method to build this program. But uses latest updates from ffmpeg and others.. And uses the real method to get real version of the program

Re: [aur-general] UnMerge request mpv-player-git vs. mpv-git

2013-09-07 Thread SpinFlo
Mpv-build-git use different reppsitory and build method. I've send new thread to unmerge mpv-build-git Greetings El 07/09/2013 19:31, "Maxime Gauduin" escribió: > On Sat, Sep 7, 2013 at 5:49 PM, Jerome Leclanche > wrote: > > > I'm admittedly having trouble understanding the use of such a packag

[aur-general] Unmerge mpv-build-git

2013-09-07 Thread SpinFlo
Hi. Please unmerge mpv-build-git. This package use diferent repository . Mpv-git use "mpv" repository, my pakage use "mpv-build" repository See mpv-player in github Https://github.com/mpv-player

Re: [aur-general] request merge vapoursynth-git into vapoursynth

2013-08-28 Thread SpinFlo
I decided keep both packages. No neer any change/delete. Greetings El 28/08/2013 21:32, "Jonathan Steel" escribió: > On Sun 25 Aug 2013 at 20:36, SpinFlo wrote: > > hi > > > > please merge > > > > https://aur.archlinux.org/packages/vapoursynt

Re: [aur-general] request merge vapoursynth-git into vapoursynth

2013-08-25 Thread SpinFlo
oh!, I don't see the git repository have a TAG branch. oks. keep both packages greetings 2013/8/25 danielwallace > You could also keep both, and just specify the fragment in the one without > -git in the name. > > > https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#VCS_sources > > >

[aur-general] request merge vapoursynth-git into vapoursynth

2013-08-25 Thread SpinFlo
hi please merge https://aur.archlinux.org/packages/vapoursynth-git into https://aur.archlinux.org/packages/vapoursynth/ vapursynth package use SVN (tag branch), this method not longer available. i change to GIT because this project don't use "z

[aur-general] request merge/delete vapoursynth-svn to vapoursynth-git

2013-07-20 Thread SpinFlo
please merge/delete: https://aur.archlinux.org/packages/vapoursynth-svn/ into https://aur.archlinux.org/packages/vapoursynth-git/ sources move from svn to git greetings

[aur-general] Merge request: fdesktoprecorder into fdesktoprecorder-git

2013-06-24 Thread SpinFlo
please merge https://aur.archlinux.org/packages/fdesktoprecorder/ into https://aur.archlinux.org/packages/fdesktoprecorder-git/ this sources only provides via GIT (like say in comments) greetings

[aur-general] Request merge: vapoursynth-plugin-ffms2-git into vapoursynth-plugin-ffmpegsource-svn

2013-05-21 Thread SpinFlo
please merge https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2-git/ Into https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-svn/ better package name and use correct VCS greetings

[aur-general] request: merge ? or delete? luaevent

2013-05-11 Thread SpinFlo
hi luaevent [1] is orphaned and supersede by [2] [1] https://aur.archlinux.org/packages/luaevent/ [2] https://aur.archlinux.org/packages/lua51-event/ greetings

Re: [aur-general] python2-crack question

2013-05-09 Thread SpinFlo
2013/5/10 SpinFlo > blablabla > And sorry my typos and "english" XD

Re: [aur-general] python2-crack question

2013-05-09 Thread SpinFlo
2013/5/10 Gabriel B. Casella > Hello everyone, > > I have adopted my first package[1] on AUR (=D) and would like to know if is > there a need to increase the "pkgrel" variable as I fixed a small error in > the "build()" and "package()" functions. Also, I changed the sums to SHA256 > instead of MD

[aur-general] Requeste merge: bdsup2subplusplus-git into bdsup2subpp-git

2013-05-08 Thread SpinFlo
please merge https://aur.archlinux.org/packages/bdsup2subplusplus-git into https://aur.archlinux.org/packages/bdsup2subpp-git this last have better name greetings

[aur-general] Request remove python-pyftplib

2013-05-07 Thread SpinFlo
Hi please remove https://aur.archlinux.org/packages/python-pyftplib/, upload package with wrong name sorry and greetings

[aur-general] Request remove: l-smash-ffmpeg-git

2013-05-02 Thread SpinFlo
please remove https://aur.archlinux.org/packages/l-smash-ffmpeg-git no longer need greetings

Re: [aur-general] AURINFO: howto use this file?

2013-05-01 Thread SpinFlo
2013/5/1 Dave Reisner > But makepkg does read the source array in the PKGBUILD ... > then, need add this file in source array?

Re: [aur-general] AURINFO: howto use this file?

2013-05-01 Thread SpinFlo
2013/5/1 SpinFlo > Hi > > according this thread [1], AUR can handle the file .AURINFO with info to > better handle info AUR packages > > howto add this file in source package? > > works with splitted pkgbuilds? > > greetings > > [1] https://mailman.archli

[aur-general] request remove avidemux-2.6-gui

2013-05-01 Thread SpinFlo
hello, please remove https://aur.archlinux.org/packages/avidemux-2.6-gui/ for a confusion with handle .AURINFO, upload these package greetings

[aur-general] AURINFO: howto use this file?

2013-05-01 Thread SpinFlo
Hi according this thread [1], AUR can handle the file .AURINFO with info to better handle info AUR packages howto add this file in source package? works with splitted pkgbuilds? greetings [1] https://mailman.archlinux.org/pipermail/aur-dev/2013-March/002428.html

Re: [aur-general] quoting (was: pacman 4.1 (makepkg 4.1) bazaar pkgver autobump problem)

2013-04-06 Thread SpinFlo
sure? http://wstaw.org/m/2013/04/06/plasma-desktopu13340.png http://wstaw.org/m/2013/04/06/plasma-desktopP13340.png need move cursor to bottom of quote (after click in "...") to get format you say. by default, mail editor put text before quote . this don't configurable sorry te offtopic

Re: [aur-general] quoting (was: pacman 4.1 (makepkg 4.1) bazaar pkgver autobump problem)

2013-04-06 Thread SpinFlo
2013/4/6 Chris “Kwpolska” Warrick : > Suggestion: use Page Down. > Better suggestion: get a mail client that hides quotations by default. > Gmail does this, for example. yea, but have a little problem, the quotes move to bottom of mail, this is "bad education"

[aur-general] VCS PKGBUILD pacman 4.1: fragment "revision" on SVN don't work

2013-04-05 Thread SpinFlo
according to manpage: fragment (optional) Allows specifying a revision number or branch for makepkg to checkout from the VCS. For example, to checkout a given revision, the source line would have the format source=(url#revision=123). The available fragments depends on the VCS

Re: [aur-general] please add -depth 1 to makepkg git clone

2013-04-04 Thread SpinFlo
if add --depth 1, please set to option enable or disable it 2013/4/5 Tai-Lin Chu : > you mean pkgver()? > > On Thu, Apr 4, 2013 at 11:14 PM, Daniel Micay wrote: >> On Fri, Apr 5, 2013 at 2:12 AM, Tai-Lin Chu wrote: >>> 1. save bandwidth >>> 2. less wait >>> >>> why not add --depth 1 :) >> >> If

[aur-general] Request merge

2013-03-21 Thread SpinFlo
please merge: https://aur.archlinux.org/packages/sdlmame-wout-gconf/ into https://aur.archlinux.org/packages/sdlmame-wout-toolkits/ https://aur.archlinux.org/packages/sdlmess-wout-gconf/ into https://aur.archlinux.org/packages/sdlmess-wout-toolkits/ and https://aur.archlinux.org/packages/sdlume

[aur-general] [Request] merge libdvdcss-svn into libdvdcss-git

2013-02-17 Thread SpinFlo
please. merge libdvdcss-svn into libdvdcss-git https://aur.archlinux.org/packages/libdvdcss-svn into https://aur.archlinux.org/packages/libdvdcss-git because now un upstream migrate from SVN to GIT greetings

[aur-general] [REQUEST] Remove ffmpegsource-ffmpeg-svn and ffmpegsource-libav-svn

2013-01-30 Thread SpinFlo
please remove https://aur.archlinux.org/packages/ffmpegsource-ffmpeg-svn/ https://aur.archlinux.org/packages/ffmpegsource-libav-svn/ the build is correct, but don't work greetings

[aur-general] [REQUEST] removal nut-multimedia

2013-01-27 Thread SpinFlo
i upload this package with wrong name https://aur.archlinux.org/packages/nut-multimedia/ because use GIT sources instead src package greetings

Re: [aur-general] NVIDIA drivers

2013-01-24 Thread SpinFlo
i ve use yaourt, yes, yaourt when make and install sucessful package delete all sources., then the symlink don't work greetings 2013/1/25 Oon-Ee Ng : > On Fri, Jan 25, 2013 at 9:19 AM, SpinFlo wrote: >> well, i ve upload this package for the reason explain by @alucryd, >>

Re: [aur-general] NVIDIA drivers

2013-01-24 Thread SpinFlo
hi before two days i ve upload to AUR this package: http://paste.ubuntu.com/1567724 (not the same, the name is nvidia-total-beta). and ipsofact deleted by @gtmanfred with this message: "this is completely un necessary, please don't litter the aur with more trash" well, i ve upload this package fo

Re: [aur-general] Renaming the package

2013-01-19 Thread SpinFlo
upload new package and send mail to this mail for merge/delete old package 2013/1/19 Konrad Borowski : > Is it possible to rename the AUR package? For example, AUR seems to > have perl6-junction package, that with Perl guidelines should be perl- > perl6-junction.

Re: [aur-general] Best Practice for switching packages from svn to git

2013-01-11 Thread SpinFlo
i think if have all VCS package ( -git, -svn, -hg, -bzr etc) : conflicts=('nameofpackage') provides=('nameofpackage') no need add explicit the VCS version in conflicts. for expample like you say 2013/1/11 Allen Li : > On Fri, Jan 11, 2013 at 11:30:02AM +0100, Christoph Vigano wrote: >> Hey every

[aur-general] [Removal Request] Avidemux-2.6-svn

2012-11-06 Thread SpinFlo
https://aur.archlinux.org/packages/avidemux-2.6-svn/ no longer needs repo move to git greetings

[aur-general] [Request merge] kdeplasma-addons-applets-miniplayer / kdeplasma-applets-miniplayer

2012-08-01 Thread SpinFlo
please merge https://aur.archlinux.org/packages.php?ID=54477 into https://aur.archlinux.org/packages.php?ID=60825 greetings

[aur-general] Remove Request: wxgtk-wout-gconf

2012-06-20 Thread SpinFlo
please. remove https://aur.archlinux.org/packages.php?ID=54033 no need anymore. (wxgtk2.9 from Community no need gconf) greetings

Re: [aur-general] Request Delete: telepathy-mission-control-wout-gnome

2012-04-21 Thread SpinFlo
s: http://www.archlinux.org/packages/testing/x86_64/telepathy-kde-auth-handler/ Description:Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect http://i.imgur.com/GvRbK.png greetings 2012/4/21 Ionut Biru : > On 04/21/2012 09:35 PM, SpinFlo wrote: >> hello. delete th

Re: [aur-general] Request Delete: telepathy-mission-control-wout-gnome

2012-04-21 Thread SpinFlo
replace*. sorry for the typo 2012/4/21 SpinFlo : > hello. delete this package: https://aur.archlinux.org/packages.php?ID=54455 > > is renplace by https://aur.archlinux.org/packages.php?ID=58685 (change > name according by other telepathy-kde packages) > > greetings

[aur-general] Request Delete: telepathy-mission-control-wout-gnome

2012-04-21 Thread SpinFlo
hello. delete this package: https://aur.archlinux.org/packages.php?ID=54455 is renplace by https://aur.archlinux.org/packages.php?ID=58685 (change name according by other telepathy-kde packages) greetings

[aur-general] [request remove] dclib-svn, eiskaltdc and eiskaltdc-svn

2012-01-21 Thread SpinFlo
http://aur.archlinux.org/packages.php?ID=25636 -> no longer used (include in eiskaltdcpp project) http://aur.archlinux.org/packages.php?ID=28815 -> outdated http://aur.archlinux.org/packages.php?ID=29623 -> used git intead (outdated) greetings

  1   2   >