Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
gtk
Commits
f2b5cd75
Commit
f2b5cd75
authored
Dec 09, 2018
by
Francesco Marinucci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pidgin: switch to pacman hooks (
#11
)
parent
2d23401d
Pipeline
#1991
passed with stages
in 7 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
pidgin/PKGBUILD
pidgin/PKGBUILD
+1
-2
pidgin/pidgin.install
pidgin/pidgin.install
+0
-12
No files found.
pidgin/PKGBUILD
View file @
f2b5cd75
pkgname
=(
'pidgin'
)
pkgver
=
2.13.0
pkgrel
=
1
pkgrel
=
2
arch
=(
'x86_64'
)
pkgdesc
=
"Multi-protocol instant messaging client"
url
=
"http://pidgin.im/"
...
...
@@ -10,7 +10,6 @@ depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
makedepends
=(
'nss'
'libsasl'
'libidn'
'python3'
'avahi'
'tk'
'ca-certificates'
'intltool'
'networkmanager'
)
optdepends
=(
'aspell: for spelling correction'
)
install
=
pidgin.install
source
=(
"http://downloads.sourceforge.net/
$pkgname
/
$pkgname
-
$pkgver
.tar.bz2"
'purple-remote-python3.patch'
)
md5sums
=(
'423403494fe1951e47cc75231f743bb0'
...
...
pidgin/pidgin.install
deleted
100644 → 0
View file @
2d23401d
post_install
()
{
gtk
-
update
-
icon
-
cache
-
q
-
t
-
f
usr
/
share
/
icons
/
hicolor
chakra
-
update
-
sycoca
}
post_upgrade
()
{
post_install
}
post_remove
()
{
post_install
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment