Better ABS/AUR support

Archlinux is a great  disto & I use it for a long time.
Now I want to know if there is a standard tool like pacman about ABS/AUR.
I have tried yaourt and it works well.
Why archlinux not integrate abs/aur into pacman?
Or offer a simpler way that I can compile some key packages when install archlinux,for example, kernel26 with more security patches.
And it's hard to  disguise what I installed from repo or abs.
And I find archlinux is too slim that I can't find some devel files. For example I have to grab glib-doc from aur, and recompile some packages from src manually to gain devel files.
Plus, can I restricted what to install,
I enable testing unable branch, I want to disable it  temporarily when sync particular package

ora wrote:Archlinux is a great  disto & I use it for a long time.
Now I want to know if there is a standard tool like pacman about ABS/AUR.
I have tried yaourt and it works well.
Why archlinux not integrate abs/aur into pacman?
From http://wiki.archlinux.org/index.php/AUR_User_Guidelines
Users can share PKGBUILDs using the UNSUPPORTED area in the AUR. UNSUPPORTED does not contain any binary packages but allows users to upload PKGBUILDs that can be downloaded by others. A comments facility allows users to provide suggestions and feedback on improvements to the PKGBUILD contributor. A new flagging system allows TUs to mark pkgs as checked for malicious code. However, these PKGBUILDs are completely unofficial and have not been thoroughly vetted, so they should be used at your own risk.
Or offer a simpler way that I can compile some key packages when install archlinux,for example, kernel26 with more security patches.
What is wrong with abs + makepkg ?
And it's hard to  disguise what I installed from repo or abs.
Try pacman -Qm. That will work for packages from aur, and packages from abs if you renamed them.
If you didnt rename them, but they have a different version, pacman -Su will warn you about it.
And I find archlinux is too slim that I can't find some devel files. For example I have to grab glib-doc from aur, and recompile some packages from src manually to gain devel files.
no idea what you mean here..
Plus, can I restricted what to install,
I enable testing unable branch, I want to disable it  temporarily when sync particular package
packages in unstable repo have different names.
About testing repo, it's recommended to either use it totally, or not use it at all.
But well, you are always free to do what you want, you are on your own then

Similar Messages

  • Bauerbill: Powerpill + ABS, AUR, CPAN and Hackage support + more

    info page: http://xyne.archlinux.ca/info/bauerbill
    edit: the info page now contains a FAQ which you should check before posting any questions, especially questions about output
    I've created a version of Powerpill with ABS and AUR support. I've wanted to do this for a while but I didn't want to step on Yaourt's toes. Recently though there has been a wave of AUR helpers so I decided that it was time to throw my own contribution into the mix.
    Here's a quick feature overview:
    * AUR support (downloading, full dependency resolution, building, installation)
    * CPAN support (downloading, full dependency resolution, building, installation)
    * Hackage support (downloading, full dependency resolution, building, installation)
    * ABS support (can build all packages from source from any repo which provides the $repo.abs.tar.gz archive)
    * parallelization for faster downloads (single, combined package and source downloads for upgrades with aria2c, parallel searches, parallel taurball downloads, etc)
    * drops privileges to build when run as root, checks for sudo to install packages when run as non-root
    * unified sync db and AUR search (bauerbill -Ss, bauerbill -Si) with support for multiple search arguments
    * tracks all dependencies during build operations and cleans up makedepends when done
    * PKGBUILD inspection prompt with support for viewing, editing, backup up, diffing and patching files interactively
    * options to automatically patch and build specified packages
    * option to trust ABS PKGBUILDs to fully automate repo package building
    * option to trust specific AUR users to fully automate AUR package building
    * built-in Reflector support for finding additional mirrors for downloads
    * built-in PkgD support for retrieving packages over a LAN
    * build-in Rebase support for selective database extraction... also displays a list of changes during each operation
    Bauerbill is currently only available from the repo on my site and it depends on perl-xyne-common and perl-xyne-arch in the same repo. I rewrote large portions of the latter two while writing Bauerbill and I want to wait until the code feels stable before pushing them to [community]. Bauerbill will then get added to the AUR.
    Check that you have the latest versions of my perl modules before posting any bugs. I'm actively using bauerbill right now and pushing micro-updates as soon as I find something to fix.
    Last edited by Xyne (2010-02-18 14:27:56)

    Pank wrote:
    I get the following error using standard bauerbill.conf. I am able to make mkdir and touch in tmp, which seems to be the default place for bauerbill to hang around.
    > bauerbill -S emacs
    error: no writable cache directory found
    It's a Pacman wrapper so the default cache is /var/cache/pacman/pkg. You need to either specify a different cache using Pacman's "--cachedir <path>" option, or run it as root to gain access to the default cache. I'll try to make that message clearer, but try running "pacman -S emacs" and it will tell you that you need to be root too.
    Pank wrote:PS: I use pbfetch at the moment. The one thing that all these new yaourt replacements, execept pakthur, seem to miss is default to search. i.e. yaourt emacs would list all packages containing the term "emacs". Is there a reason that yaourt-replacements don't include this feature?
    Pacman doesn't default to searching. Use "bauerbill -Ss <pkg>" if you want to search.
    Nezmer wrote:Does it fetch from SVN/trunk like pbget?
    Nope. As the documentation states, it fetches $repo.abs.tar.gz archives. All of the official repositories contain archives of their PKGBUILDs and local source files (e.g. core.abs.tar.gz, extra.abs.tar.gz, community.abs.tar.gz, etc) that this is where Bauerbill gets the files for building repo packages. I did it this way because it enables Bauerbill to support unofficial repos that include such files. It's also much simpler than scraping the official site's html, which would be slow and place useless load on the server.

  • Local-repo ~ a local repository manager with AUR support

    Hey people,
    i want to announce the release of local-repo 1.6.2. I made it to easily build and manage my own repos with fancy features like:
    caching & logging
    config file support
    AUR support - add & upgrade packages from the AUR
    an ABS like PKGBUILD store
    a buildlog store
    package and database signing
    localization
    Maybe this is something for you, too.
    Visit the projects website [1], if you want to know more about it.
    The PKGBUILD is available in the AUR [2].
    Much fun, ushi
    [1] http://ushi.wurstcase.net/local-repo/
    [2] https://aur.archlinux.org/packages.php?ID=56876
    Edit:
    The first run should be something like this:
    $ mkdir testrepo && local-repo testrepo -A vim-html5-git
    This will create a new repo in the directory testrepo and add vim-html5-git from the AUR.
    Last edited by ushi (2012-03-31 12:04:40)

    Awesome! Looks like what I need, let's see if I can get it to work.

  • Textfield font sizing and metrics is broken in the Chrome beta (32.0.1671.3 beta-m Aura)

    When using device fonts in the latest Chrome on beta channel (32.0.1671.3 beta-m Aura) the metrics are often way off the expected values. This causes Textfields that are auto sized to size incorrectly. The most frequent bug is that the text height is measured as 0, although sometimes very large values are returned. The bug does not happen for every font, or at every size or style, _sans seems to be immune.
    This bug does not occur in the release version of Chrome, or in any other browser/player version.
    I made a quick example here:
    http://betterstatistics.org/bugs/chrome/flash/fonts/as3.html
    I filed a bug:
    https://code.google.com/p/chromium/issues/detail?id=308632
    If this goes into the release version of Chrome it will cause major problems on many projects that I have worked on, and I suspect many others.
    We estimate that Chrome 32 will be released on Nov 7.
    Is there a work around?

    Dominique,
    Thank you for the detailed problem description. Although you posted it some ten hours ago I have just now finished reading it.
    Form pages must be built so they can operate correctly when inline validation errors are displayed. The assumption (by the engine) is that session state (and package state) as it exists at the point the validations are performed is sufficient (and correct) to support the redisplay of the page without the need to fire on-load processes or computations. Session state or package state changes made by after-submit computations or after-submit/before computations/validations processes that prevent correct page behavior on the "validation redisplay" must be avoided.
    The condition types Inline Validation Errors Displayed/No Inline Validation Errors Displayed can be used for on-load events/controls (processes, computations, regions, items, ...) for which you need finer control over this behavior.
    Also, you can forgo the use of after-submit computations when the resulting alteration of session state would be inimical to proper "validation redisplay" behavior and use On Submit - After Computations and Validations processes instead.
    I hope I have understood your situation and that this answer adequately answers your questions.
    Scott

  • AIR 3.4 SDK Beta with iOS6 Support is missing BETA 2 update

    We are trying to get our application that uses native extensions working with iO6 and AIR 3.4.  I can see from the website that there was an update on August 7th, and the top links show that update in the link date:
    Ie: http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/air3-4/air3-4_p2_sdk_mac_080712.tbz2
    However the links under “AIR 3.4 SDK Beta with iOS6 Support”, have  not been updated.  (And that is oviously the build we are most interested in)
    http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/air3-4/air3-4_p1_sdk_ios6_mac _071612.tbz2

    So I found the problem.   I had installed beta 1 in a folder called AIR 3.4     ...   I installed beta 2 in a folder called  AIR 3.4 Beta2      
    I did however point Flash CS6 to use the AIR 3.4 Beta2 SDK ...    it must not like something about this.   Once I deleted both SDK's and then put Beta 2 in a folder simply titled AIR 3.4 everything works again.

  • How can I fix mozilla 1.3 beta is not supported on Safari

    How can I fix mozilla 1.3 beta is not supported on Safari

    PogoPossum wrote:
    What website is it, and what are you trying to do? If you're trying to download Firefox or install a Firefox add-on on your iPad, that can't be done.
    His previous post, the third one in this thread, provides the url of the site and says he wants to type into it.  If you go there and poke around you can see what it does (even though it's in another language).

  • [svn] 2395: Merging Flash Player 10 Beta 2 SWF support to 3.0.3' s swfutils library.

    Revision: 2395
    Author: [email protected]
    Date: 2008-07-08 15:51:08 -0700 (Tue, 08 Jul 2008)
    Log Message:
    Merging Flash Player 10 Beta 2 SWF support to 3.0.3's swfutils library.
    QE: Yes, keep an eye out for any changes. None are expected, this is just basic swfutils support for encoding/decoding SWF 10 files.
    Doc: No
    Checkintests: Pass
    Reviewer: Jono
    Bugs:
    SDK-16034
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16034
    Modified Paths:
    flex/sdk/branches/3.0.3/modules/swfutils/src/java/flash/swf/TagDecoder.java
    flex/sdk/branches/3.0.3/modules/swfutils/src/java/flash/swf/TagEncoder.java
    flex/sdk/branches/3.0.3/modules/swfutils/src/java/flash/swf/tags/PlaceObject.java
    flex/sdk/branches/3.0.3/modules/swfutils/src/java/flash/swf/tools/SwfxParser.java
    flex/sdk/branches/3.0.3/modules/swfutils/src/java/flash/swf/tools/SwfxPrinter.java

    Hi, Sometimes users with understanding of what Adobe programs you are using will post. It doesn't happen very often.
    If you had a personal computer and had problems with Flash Player then of course this Forum would be where it would be addressed.
    Flash Player is used with all of the Adobe programs and when those programs are involved, then those Forums relate to Flash Player from those perspectives. Flash Player is not a standalone, that would be the Projector. Neither is Flash Player unrelated to the Adobe programs you use.
    These terms: fast switching the slides, the player crashes in cases, when a progressive videostream is canceled, Tweener, the gui for the volume control before the gui is initialized, so the player try to access a null reference. It is for me impossible to develope content
    told me clearly that your issue involves much more than Flash Player, debug or not.
    If you can see the animation at this site and the correct version of Flash Player is displayed, then Flash Player is Installed correctly and should be working. If not, then since I'm not versed in the programs you are using and possible conflicts, I would not be the one to assist you. So your choice is to wait here on this Forum for someone that can, or take my advice and start a thread on one of the other applicable Forums.
    Also you have a Mac. We have more threads that the Mac users put up than Mac helpers:-)
    http://www.adobe.com/software/flash/about/ 
    Thanks,
    eidnolb

  • Archfonts: Archlinux fonts index from ABS/AUR.

    Hi guys,
    I needed a "squared" font for some artwork, and couldn't find any font previews for any of the fonts on Arch. So I made this script to generate an html index from the ttf-packages. You can check the code here:
    Web: http://ternstor.github.com/archfonts
    Github: http://github.com/ternstor/archfonts
    Links to the html indexes:
    AUR: html, gzip.
    ABS, Community: html, gzip.
    ABS, Extra: html, gzip.
    Thanks to the aur-git project that made this possible .

    Very nice! Perhaps you could sort the list by name? And link each page to the corresponding ABS/AUR page?

  • [Solved] Intro to ABS/AUR

    Hi,
    I was going through an article about a new browser UBZL. When I went to the website, it was talking about ABS/PKGBUILDS etc. I went through ABS wiki http://wiki.archlinux.org/index.php/Beg … e_Appendix but it did not help much, does anyone have completely non-geeky decription of ABS/AUR/PKGBUILD.
    I will be grateful for the simple explanation.
    Cloud
    Last edited by cloudstrife (2009-09-08 16:11:28)

    sand_man wrote:Basically, you should know that Arch repos contain binary packages. These packages are using using scripts called PKGBUILDs. The PKGBUILDs are parsed using an app called makepkg.
    ABS is the name of the build system. AUR is an unofficial repo with user contributed PKGBUILDs (which you can compile yourself).
    Now go back and read Shylock's post again.
    So sand_man, ABS is just a system like pacman. In pacman, i download compiled packages and install whereas in ABS i use a PKGBUILD script to download source files and then install. Is it correct. If that is so, what about dependencies? does makepkg take care of dependencies, ie does PKGBUILD have the dependencies taken care?
    Thanks a lot
    Cloud

  • Windows Live Mail 3 beta with Calendar support is now available

    Windows Live Mail 3 beta is now available for download.  One important new feature is a calendar which automatically synchronizes with the Windows Live web calendar.  I'm hoping that Palm's "Hot Sync" will eventually support Windows Live Mail 3 so that Outlook is no longer necessary.  Is there a plan to support WLM3?
    Post relates to: Palm Z22

    Not at this time.
    Post relates to: None

  • Configuring Kernel when building it with abs/aur

    I've made a quick search but haven't found anything....
    So I've decided to try the Kernel26-ck as I've seen good comments in a thread about it. So anyway PKG had this in it:
    # Configure the kernel. Replace the line below with one of your choice.
    make menuconfig # CLI menu for configuration
    #make xconfig # X-based configuration
    #make oldconfig # using old config from previous kernel version
    # ... or manually edit .config
    # stop here
    # this is useful to configure the kernel
    #msg "Stopping build"
    #return 1
    yes "" | make config
    # build!
    make bzImage modules || return 1
    As you can see I've uncommented the menuconfig. I've then set which parts/modules I wish and which I don't. But now while building it I have a feeling it didn't use the config I specified with menuconfig...
    Maybe it's just that I'm doing this for the first time and I can't recognise whether it uses my config or not...
    But the part where it say "stop here" for configuring kernel confuses me...
    Should I uncomment that as well so that the config could be done "in peace" or does the menuconfig pauses it already?
    The additional thing that makes me doubt that I did this correctly is that it's taking quite some time (cca.: 3hours for now).
    I won't end the compiling now, I just wish to know for next time...
    Also: I heard that you have to "recompile" or reinstall a nvidia driver if you wish to use kernel26-ck. So which one should use? nvidia-beta doesn't work, so I'm going for nvidia-all...
    PS.: Merry Christmas I guess...

    some-guy94 wrote:BTW, a kernel26-ck is in the aur
    Yup, sure is! I'm the maintainer of it, and if you have any issues with the PKGBUILD I am completely open to submissions/criticism
    EDIT : with credit to you for any submissions, of course!
    Last edited by MP2E (2009-12-25 08:18:12)

  • How to wrap up C++ Qt Creator project into ABS/AUR?

    Hi,
    Is there a more or less standard/streamlined procedure to create a deployable package from a Qt Creator project?

    You mean create a PKGBUILD file?  You just use the same build commands in the PKGBUILD that you would do in a console.  eg. most Qt programs are built with a simple
    > qmake
    > make
    Check out a few pkgbuilds from aur/abs for Qt apps for examples.

  • Mac software updater beta says it supports E52 but...

    I installed the beta software updater on OSX Lion and install went fine.  The info states explicitly that my version E52-1 is supported.  But when I connect and try to run the update it says the model is NOT supported.  Any help?
    I am getting so tired of nothing ever working easily or as claimed with Nokia anymore.  I am a lifelong user but they have major issues with ease of use.

    Better to find out problem before starting update attempt as Mac Software Updater upon Snow Leopard managed to lose contact with my E7 during update leaving device in flash mode, which was a classic NSU on Windows PC phenomenum and never had such problems with Mac before!
    Happy to have helped forum with a Support Ratio = 42.5

  • Snow Leopard have better Gmail IMAP support?

    I haven't bought 10.6 yet, but I wanted to know if Mail now has better IMAP support for Gmail, like an automatic setup or something. In 10.5 it can be a little quirky to set up and get all the folders correct.

    I haven't noticed any difference. Then again, I didn't re-set-up my IMAP when I upgraded, I just kept using IMAP.
    Mail in general is quite a bit faster in Snow Leopard.
    Note, the reason Mail.app is weird with Gmail's IMAP is that Gmails' IMAP is weird It is highly nonstandard.

  • ArchISO yaourt aur support

    I'm writing a customized arch linux ISO with the aid of the ArchISO code. When I try and create a custom repository to install package-query and yaourt. Package-query works fine for some reason but every time it tries to install yaourt I get,
    :: File /var/cache/pacman/pkg/yaourt-1.5-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (checksum)).
    I've installed it to the local system directly without any errors through just using "pacman -U yaourt-1.5-1-any.pkg.tar.xz". For both the package-query and yaourt I downloaded from the AUR and built everything until I got a pkg.tar.xz then put it into the repository using repo-add
    repo-add /home/zedth2/lcl_repo/x86_64/aur.db.tar.xz  /home/zedth2/lcl_repo/x86_64/yaourt-1.5-1-any.pkg.tar.xz
    #From the pacman.conf in archiso root
    [aur]
    Server = file:///home/zedth2/lcl_repo/$arch
    SigLevel = Never
    So then I tried just adding the things into customize_airootfs.sh
    dirmngr </dev/null
    pacman-key --init
    pacman-key --populate archlinux
    pacman -Syyuu --noconfirm
    pacman-key --refresh-keys
    pacman -U --noconfirm /home/zedth2/package-query-1.5-2-${arch}.pkg.tar.xz
    pacman -U /home/zedth2/yaourt-1.5-1-any.pkg.tar.xz --noconfirm
    sudo -u zedth2 yaourt -S --noconfirm dmenu-git
    sudo -u zedth2 yaourt -S --noconfirm compton
    sudo -u zedth2 yaourt -S --noconfirm dropbox-cli
    sudo -u zedth2 yaourt -S --noconfirm geany-git
    sudo -u zedth2 yaourt -S --noconfirm geany-plugins-git
    sudo -u zedth2 yaourt -S --noconfirm geany-themes-git
    sudo -u zedth2 yaourt -S --noconfirm lxappearance-obconf-git
    sudo -u zedth2 yaourt -S --noconfirm obconf-git
    sudo -u zedth2 yaourt -S --noconfirm obkey-git
    sudo -u zedth2 yaourt -S --noconfirm obmenu-generator
    sudo -u zedth2 yaourt -S --noconfirm octopi
    sudo -u zedth2 yaourt -S --noconfirm openbox-git
    sudo -u zedth2 yaourt -S --noconfirm qsynergy
    But that gives me a problem with the GPG stuff. I'm working on reproducing the error now but this takes time. Is there anyway of turning off the i686 build besides modifying the build script?

    have you seen the tip in the packages.list section in the archiso wiki?
    Tip: You can also create a custom local repository for the purpose of preparing custom packages or packages from AUR/ABS. Just add your local repository at the first position (for top priority) of your build machine's pacman.conf and you are good to go!
    i haven't tried it myself, but that might be what you're looking for.

Maybe you are looking for

  • Ipod Mini Beeping, folder icon, battery icon, doesn't work

    My iPod mini, has a beeping sound when attached to the USB port and the folder icon keeps coming up, then the Apple logo come up, then the battery icon come up. iTunes cannot see it either.

  • I'm using Premiere Elements 7, and need to take a clip out of a video--how to?

    I have it downloaded to a project, but don't see where I can take a clip out of it.  I'd like to be able to post to Youtube. thanks!! Julie

  • More bit rate issues

    I am burning a reel on Studio Pro 3. However, the bit rate is too high. This doesn't make sense to me as it is only 5 minutes of mpeg-2 video from final cut pro. I have compressed the audio however that doesn't seem to help either. I need the quality

  • Errors installing Acrobat Pro

    When I try and install I get the following error message. I'm on Windows7 Exit Code: 7 Please see specific errors below for troubleshooting. For example, ERROR: -------------------------------------- Summary -------------------------------------- - 0

  • SPRY Menubar - 3rd Tier Alignment and Slippage

    QUESTION:  What could be prohibiting the 2nd and 3rd <li> tags in the third tier of <ul> tags from aligning properly with their parent <ul> tag? BACKGROUND:  To help you discover this problem find the Functionality menu item in the horizontal menubar