Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shironeko
emacs
Commits
dfef75fa
Commit
dfef75fa
authored
13 years ago
by
juergen
Browse files
Options
Downloads
Patches
Plain Diff
update to 23.3a
git-svn-id:
file:///srv/repos/svn-packages/svn@134523
eb2447ed-0c53-47e4-bac8-5bc4a241df78
parent
acbecc9e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trunk/PKGBUILD
+14
-14
14 additions, 14 deletions
trunk/PKGBUILD
with
14 additions
and
14 deletions
trunk/PKGBUILD
+
14
−
14
View file @
dfef75fa
...
...
@@ -2,7 +2,7 @@
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Renchi Raju <renchi@green.tam.uiuc.edu>
pkgname
=
emacs
pkgver
=
23.3
pkgver
=
23.3
a
pkgrel
=
1
pkgdesc
=
"The Emacs Editor"
arch
=(
i686 x86_64
)
...
...
@@ -12,30 +12,30 @@ options=(docs)
replaces
=(
cedet
)
depends
=(
'dbus-core'
'librsvg'
'gpm'
'giflib'
'libtiff'
'libxpm'
'libjpeg'
'gtk2'
'texinfo'
'hicolor-icon-theme'
'gconf'
)
source
=(
ftp://ftp.gnu.org/gnu/emacs/
$pkgname
-
$pkgver
.tar.gz emacs.desktop
)
md5sums
=(
'
bf07c01ef473d8540c9c39f94506b1e6
'
md5sums
=(
'
20aef9ea5b5bf8050d39f8b1e96a1c04
'
'8af038d2ba4561271e935bb444ceb4e3'
)
install
=
emacs.install
build
()
{
cd
$startdir
/src/
$pkgname
-
$pkgver
cd
$startdir
/src/
$pkgname
-
$
{
pkgver
%[a-z]
}
mandir
=
/usr/share/man
# gcc 4.5 Workaround: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43904
CFLAGS
=
"
${
CFLAGS
}
-fno-optimize-sibling-calls"
\
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--libexecdir
=
/usr/lib
\
--localstatedir
=
/var
--mandir
=
${
mandir
}
--without-sound
--with-x-toolkit
=
gtk
make
make
DESTDIR
=
$startdir
/pkg
install
make
make
DESTDIR
=
$startdir
/pkg
install
# remove conflict with ctags package
mv
$startdir
/pkg/usr/bin/
{
ctags,ctags.emacs
}
mv
$startdir
/pkg/usr/bin/
{
etags,etags.emacs
}
mv
$startdir
/pkg
${
mandir
}
/man1/
{
etags.1,etags.emacs.1
}
mv
$startdir
/pkg
${
mandir
}
/man1/
{
ctags.1,ctags.emacs.1
}
mv
$startdir
/pkg/usr/bin/
{
ctags,ctags.emacs
}
mv
$startdir
/pkg/usr/bin/
{
etags,etags.emacs
}
mv
$startdir
/pkg
${
mandir
}
/man1/
{
etags.1,etags.emacs.1
}
mv
$startdir
/pkg
${
mandir
}
/man1/
{
ctags.1,ctags.emacs.1
}
# fix all the 777 perms on directories
find
$startdir
/pkg/usr/share/emacs/
$pkgver
-type
d
-exec
chmod
755
{}
\;
find
$startdir
/pkg/usr/share/emacs/
$
{
pkgver
%[a-z]
}
-type
d
-exec
chmod
755
{}
\;
# fix user/root permissions on usr/share files
find
$startdir
/pkg/usr/share/emacs/
$pkgver
-exec
chown
root.root
{}
\;
find
$startdir
/pkg/usr/share/emacs/
$
{
pkgver
%[a-z]
}
-exec
chown
root.root
{}
\;
# fix perms on /var/games
chmod
775
${
startdir
}
/pkg/var/games
chmod
775
${
startdir
}
/pkg/var/games/emacs
...
...
@@ -43,8 +43,8 @@ build() {
chown
-R
root:50
${
startdir
}
/pkg/var/games
# fix FS#9253
# fix FS#9253
mkdir
-p
$startdir
/pkg/usr/share/pixmaps
${
startdir
}
/pkg/usr/share/applications
install
-D
-m644
${
startdir
}
/src/
${
pkgname
}
.desktop
${
startdir
}
/pkg/usr/share/applications
ln
-s
../emacs/
${
pkgver
}
/etc/images/icons/hicolor/48x48/apps/emacs.png
$startdir
/pkg/usr/share/pixmaps/emacs-icon.png
ln
-s
../emacs/
${
pkgver
%[a-z]
}
/etc/images/icons/hicolor/48x48/apps/emacs.png
$startdir
/pkg/usr/share/pixmaps/emacs-icon.png
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment