You are not logged in.

#26 2014-07-23 15:04:39

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: [Solved] Why I Can Move to Arch

karol wrote:

You can tell makepkg not to get any new code, there's a switch for that.
It's useful if you e.g. changed some config.h file and you don't want makepkg to download a fresh one and overwrite your changes, just build the code that's already in /src with your config.

Since shoober420 specifically mentioned st, it should also be mentioned that there's a hitch here: If you want to download the latest Git commits, you'll need to stash any changes you make to your configuration before running makepkg. I've overwritten my st and dwm configurations in the past by overlooking that. tongue

Offline

#27 2014-07-23 15:25:36

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [Solved] Why I Can Move to Arch

ANOKNUSA wrote:

Since shoober420 specifically mentioned st, it should also be mentioned that there's a hitch here: If you want to download the latest Git commits, you'll need to stash any changes you make to your configuration before running makepkg. I've overwritten my st and dwm configurations in the past by overlooking that. tongue

Just make the changes, create a patch file out of them, and apply the patch in a PKGBUILD file. smile

Offline

#28 2014-07-23 15:32:37

jakobcreutzfeldt
Member
Registered: 2011-05-12
Posts: 1,041

Re: [Solved] Why I Can Move to Arch

karol wrote:

Gentoo and Crux are 'what you make of it' distros too.

qinohe wrote:

@karol, true but they are not as KISS as Arch is.

You're joking, right?

Offline

#29 2014-07-23 15:35:10

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: [Solved] Why I Can Move to Arch

drcouzelis wrote:

I'd like to try to replace it with a compatible screen with better quality, but i just don't know where to buy it.

That's one way (probably the smarter way, really). What I settled on was manually cloning the repo from Git and managing it myself, having the PKGBUILD just use the local directory instead of downloading anything.

Offline

#30 2014-07-23 15:43:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Why I Can Move to Arch

jakobcreutzfeldt wrote:
karol wrote:

Gentoo and Crux are 'what you make of it' distros too.

qinohe wrote:

@karol, true but they are not as KISS as Arch is.

You're joking, right?

Maybe he meant that Arch is simpler to manage from the lazy user's point of view.

Offline

#31 2014-07-23 16:24:02

qinohe
Member
From: Netherlands
Registered: 2012-06-20
Posts: 1,494

Re: [Solved] Why I Can Move to Arch

karol wrote:
jakobcreutzfeldt wrote:
karol wrote:

Gentoo and Crux are 'what you make of it' distros too.

qinohe wrote:

@karol, true but they are not as KISS as Arch is.

You're joking, right?

Maybe he meant that Arch is simpler to manage from the lazy user's point of view.

@jakobcreutzfeldt&karol: oohoh, but yes, managing Arch is a breeze, you can call me lazy..

Offline

#32 2014-07-23 16:57:28

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [Solved] Why I Can Move to Arch

ANOKNUSA wrote:
drcouzelis wrote:

I'd like to try to replace it with a compatible screen with better quality, but i just don't know where to buy it.

That's one way (probably the smarter way, really). What I settled on was manually cloning the repo from Git and managing it myself, having the PKGBUILD just use the local directory instead of downloading anything.

LOL big_smile

Despite the "typo" above, yes, I understand what you mean (from both threads). smile

Offline

#33 2014-07-23 17:02:26

frostbittenking
Member
Registered: 2013-05-01
Posts: 52

Re: [Solved] Why I Can Move to Arch

Guess this should go in my signature: To me big_smile., Arch is a sane compromize of Gentoo.
Arch: Nerdish/Geekish. Gentoo: Ivory Tower.

Offline

#34 2014-07-24 00:33:59

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: [Solved] Why I Can Move to Arch

Despite the "typo" above, yes, I understand what you mean (from both threads).

Note to self: Don't blindly select and middle-click quotes before the coffee kicks in... roll

Offline

#35 2014-07-24 00:52:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Why I Can Move to Arch

You should open a feature request upstream:

# systemctl start systemd-coffee
# systemctl enable systemd-coffee

Offline

#36 2014-07-24 07:16:18

Awebb
Member
Registered: 2010-05-06
Posts: 6,407

Re: [Solved] Why I Can Move to Arch

Can't you do this with coffeectl?

I am genuinely amazed by this thread. Somebody is not sure, whether he wants to move to Arch, because he thinks the packages are not recent enough.

Not recent enough...

Offline

#37 2014-07-24 07:26:13

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Why I Can Move to Arch

Awebb wrote:

Not recent enough...


Note to devs: must try harder...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#38 2014-07-24 08:38:44

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: [Solved] Why I Can Move to Arch

jasonwryan wrote:
Awebb wrote:

Not recent enough...


Note to devs: must try harder...

Seriously, 42% obsolete? What is this, a distro for trees?

Edit: Poe's Law requires that I add an "/s" to this post.

Last edited by Runiq (2014-07-24 08:39:03)

Offline

#39 2014-07-24 09:24:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Why I Can Move to Arch

Awebb wrote:

I am genuinely amazed by this thread. Somebody is not sure, whether he wants to move to Arch, because he thinks the packages are not recent enough.

Not recent enough...

I bet he doesn't know that Arch Linux is a rolling release distro, where people want to downgrade to a previous version.

Offline

#40 2014-07-29 04:32:24

shoober420
Banned
Registered: 2014-07-22
Posts: 184

Re: [Solved] Why I Can Move to Arch

Awebb wrote:

I am genuinely amazed by this thread. Somebody is not sure, whether he wants to move to Arch, because he thinks the packages are not recent enough.

Not recent enough...

I simply misunderstood the package update information. I thought it meant the last time the package was updated, but it means the last time the pkgbuild was updated. Since the most recent version of mesa in the official arch repository is 10.2.4, I would have stuck with Xorg Edgers, which uses 10.3 of mesa. But, upon learning that Arch can grab from git repositories, that is now not a problem. There also isn't a evilwm-git. I think I'm going to have to create it. So Arch doesn't have the most recent git build of evilwm available. So no, its not recent enough.

Yes, I did know Arch was rolling release. I am coming from Debain sid, which is also rolling release. So it shouldn't be a surprise that I know this. I just didn't think a package manager could grab git repository packages. That is truly amazing.

Last edited by shoober420 (2014-07-29 04:35:21)

Offline

#41 2014-07-29 09:05:12

Awebb
Member
Registered: 2010-05-06
Posts: 6,407

Re: [Solved] Why I Can Move to Arch

shoober420 wrote:
Awebb wrote:

I am genuinely amazed by this thread. Somebody is not sure, whether he wants to move to Arch, because he thinks the packages are not recent enough.

Not recent enough...

I simply misunderstood the package update information.

Yeah, I saw that. I was also glad to see you got it sorted out. It was just a funny moment for a long time Arch user, being struck by irony is one of my hobbies.

Offline

#42 2014-07-29 10:02:04

Morn
Member
Registered: 2012-09-02
Posts: 886

Re: [Solved] Why I Can Move to Arch

shoober420 wrote:

There also isn't a evilwm-git.

There is now! :-)

https://aur.archlinux.org/packages/evilwm-git/

Offline

#43 2014-07-29 21:31:29

shoober420
Banned
Registered: 2014-07-22
Posts: 184

Re: [Solved] Why I Can Move to Arch

Wow, thank you so much Morn. I know evilwm might not be the most popular window manager out there, but its my favorite. dwm would have been my choice, but tiling window managers don't mix well with Steam. Its also a little bit more lightweight then dwm, since it doesn't have any sort of taskbar. Again, thank you for taking the time to create a evilwm-git. It saved me alot of time making it myself.

Offline

#44 2014-07-29 21:54:14

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved] Why I Can Move to Arch

shoober420 wrote:

I know evilwm might not be the most popular window manager out there...

If you're after a distro where the userbase prefers niche WM's, then Arch is definitely for you,  check out the Community Contributions sub-forum as there's a few Archers that write their own WM.

Last edited by Slithery (2014-07-29 21:54:40)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#45 2014-07-30 10:16:12

Morn
Member
Registered: 2012-09-02
Posts: 886

Re: [Solved] Why I Can Move to Arch

shoober420 wrote:

Again, thank you for taking the time to create a evilwm-git. It saved me alot of time making it myself.

It was fairly easy to do because evilwm stable is already in AUR: Copy the PKGBUILD, set "source" to a git repo instead of a file, set the checksum to "SKIP", add git as a make dependency, add the standard pkgver() function, use $_pkgname instead of $pkgname, add "conflicts=" and "provides=", and that's pretty much it. Its no-nonsense build and package system is what makes Arch so great.

Offline

#46 2014-07-31 11:02:16

shoober420
Banned
Registered: 2014-07-22
Posts: 184

Re: [Solved] Why I Can Move to Arch

Posting from Arch Linux! Feels good man.

Offline

Board footer

Powered by FluxBB