Commit Graph

50 Commits

Author SHA1 Message Date
dcoppa
361a07bbf2 Ditch COMMENT from the old 2.3.x era in favor of a better one
While here, zap trailing white space from pkg/DESCR
2012-05-28 14:14:05 +00:00
jasper
3583d15ad2 switch to lua.port.mk 2012-05-15 19:38:01 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
dcoppa
31c7dcaac3 Bye bye uthreads hack. 2012-02-18 11:24:44 +00:00
dcoppa
e53a2fc324 Beautiful: handle invalid wallpaper_cmd better (FS#941)
(upstream git commit d3021e67729a01e891c8eb04a8afd696fb63b0ce)
2011-12-05 16:12:01 +00:00
dcoppa
8161c89872 Update to awesome v3.4.11 (Pickapart)
ChangeLog at http://awesome.naquadah.org/changelogs/short/v3.4.11
2011-11-30 11:50:58 +00:00
dcoppa
48a2c54d90 SEPARATE_BUILD by default for CMake
from Vadim Zhukov

OK jasper@, espie@
2011-11-08 09:30:52 +00:00
dcoppa
ef68143003 Fix post-install target here too 2011-10-09 08:50:37 +00:00
dcoppa
5caea121a4 nano? Don't make me laugh. 2011-07-15 13:23:19 +00:00
ajacoutot
226e5611fd Use the gettext MODULE. 2011-07-06 21:25:23 +00:00
dcoppa
20a6fc7d71 small rewording 2011-07-06 15:17:39 +00:00
dcoppa
9b6ec49d97 Don't move clients with fixed positions
(upstream git commit 45576b6c6f8255e979187b034a73385d508c9223)

Add a comment about why I chose to not install auto-generated
non-English manpages (thanks schwarze@)
2011-07-06 09:58:15 +00:00
dcoppa
dd2fb2d685 - in awful.util.pread, sync comments with our reality
- while here, add paranoia to the find cmdline
2011-06-22 12:54:03 +00:00
dcoppa
4e2d78bc08 In pre-install, get rid of a bunch of rm's and use:
find ${WRKDIST}/lib -name '*.lua.in.orig' -print | xargs rm

which will always be good in every case.
2011-05-18 08:28:55 +00:00
dcoppa
75daded68d Again, do not install foreign language man pages: too many mandoc
errors with letters containing diacritics.

Zap USE_GROFF.
2011-05-17 14:03:30 +00:00
dcoppa
0140248139 Update to awesome-3.4.10 (codename "Exploder") 2011-05-17 11:30:54 +00:00
dcoppa
401fb1fcb0 Remove cast now that NULL is a void * 2011-04-16 14:57:34 +00:00
dcoppa
4a237d064c From upstream git:
- Various bugfixes to Lua code.
- Fix a bug causing building with cmake 2.8.4 to fail (remove double
  slashes from icon path names).
2011-03-13 18:07:23 +00:00
dcoppa
bb19e7888d An argument was forgotten in the getopt_long() call.
Bugfix from upstream git

Ok jasper@
2011-01-20 21:17:15 +00:00
dcoppa
689d47fb90 re-add "--skip-validation" to xmlto command line, erroneously removed
in previous commit.

fix a bug where untagging causes the client to lose the input focus
(from upstream git).
2011-01-19 12:41:08 +00:00
dcoppa
1178721ab6 Update to awesome v3.4.9 (Smack)
Fix WANTLIB while here...
2011-01-17 13:23:06 +00:00
dcoppa
f246d88450 Generate and install de, es, and fr manpages, now that we have a
recent asciidoc. Thanks jasper@
2011-01-15 22:20:32 +00:00
dcoppa
c5815706e8 Bump after libxdg-basedir update. 2010-12-15 13:22:39 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
dcoppa
c27a386735 Bump after libev update. 2010-11-18 12:18:54 +00:00
steven
95576f30fd bump revision
this was using -O3 before the recent change in cmake
2010-10-27 13:25:01 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
dcoppa
26072de5e6 Add a missing runtime dependency over shells/bash because awesome wants
it for auto completion on prompt boxes.
2010-10-16 09:44:17 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
dcoppa
36c967d361 Bugfix update to awesome v3.4.8 (Never Know) 2010-10-07 12:30:08 +00:00
dcoppa
374b6fa049 Update to awesome-3.4.7.
Added luadoc documentation.

OK landry@
2010-09-14 08:51:24 +00:00
dcoppa
9613e3d21b Remove a bogus ${INSTALL_DATA_DIR} entry from post-install
(no bump needed)
2010-07-29 06:40:02 +00:00
dcoppa
915a0f9c5b Bugfix update to awesome v3.4.6 (Hooch).
While here:

Zap -Wredundant-decls from CFLAGS to avoid a lot of harmless but
noisy warnings during compilation (cluestick by landry@ for this).

Switch to new-style LIB_DEPENDS/WANTLIB.
2010-07-28 21:27:28 +00:00
dcoppa
c847d2d4fe Update to awesome 3.4.5 2010-06-07 06:13:56 +00:00
dcoppa
93d1f168a6 Do not install compressed manpages. My bad I didn't notice this
before.

OK sthen@
2010-06-03 15:43:18 +00:00
dcoppa
d51e3603a0 Oops! Fix spacing (no need to bump). 2010-06-02 15:15:11 +00:00
dcoppa
8e0c76f8bf Update to awesome 3.4.4 (I also take maintainership).
OK sthen@, D. Adam Karim (previous maintainer)
2010-06-02 15:07:50 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
sthen
f8346224bb update to 2.3.6, the latest version that doesn't require cairo-xcb.
maintainer timeout.
2009-05-19 11:07:06 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
jasper
2e87c1a60e - more missing package name bumps 2009-03-24 18:14:09 +00:00
brad
0752d4b0d2 Clean up dependencies a bit. awesome does not directly depend on Cairo.
ok sthen@
2008-10-31 04:22:01 +00:00
sthen
629130ccee Correct license annotation. From Emilien Gaspar on ports@ 2008-08-20 16:00:03 +00:00
wcmaier
af34269492 Update to 2.3.
Tweaks from D. Adam Karim <adam at akarsoft dot com>, who also takes
maintainership. Thanks!

ok merdely@
2008-05-16 20:06:12 +00:00
wcmaier
2b701dbc19 - Update to version 2.2.
ok merdely@
2008-04-04 18:58:17 +00:00
merdely
8752753779 Update to 2.1
From Will Maier
ok okan@
2008-01-22 18:51:46 +00:00
pyr
3f1a71fd50 update to awesome-2.0
feedback and ok merdely@ and Will Maier (maint.)
2007-12-16 21:27:14 +00:00
merdely
62e480dcdd Update to 1.3.
From Will Maier (MAINTAINER)
ok landry@
2007-10-27 12:34:55 +00:00
merdely
8218743290 awesome is a window manager initially based on a dwm code rewriting.
It's extremely fast, small, dynamic and awesome.

It manages windows in several layouts mode: tiled, floating, etc.  Each
layout can be applied dynamically, optimizing the environment for the
application in use and the task performed. Every aspect of awesome is
configurable via a configuration file: awesomerc.

From Will Maier (MAINTAINER)
ok pyr@
2007-09-26 19:13:35 +00:00